]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/template/inspircd.service
Update copyright headers.
[user/henk/code/inspircd.git] / make / template / inspircd.service
index 4f4e428b39a97fc12af0c8c0c08cadac3cb81cef..c92206e0ade158c1b5741a5ef37c0fa4cb291a19 100644 (file)
@@ -2,7 +2,9 @@
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
-#   Copyright (C) 2014 Peter Powell <petpow@saberuk.com>
+#   Copyright (C) 2019 Robby <robby@chatbelgie.be>
+#   Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
+#   Copyright (C) 2014, 2019-2020 Sadie Powell <sadie@witchery.services>
 #
 # This file is part of InspIRCd.  InspIRCd is free software: you can
 # redistribute it and/or modify it under the terms of the GNU General Public
 [Unit]
 After=network.target
 Description=InspIRCd - Internet Relay Chat Daemon
+Documentation=https://docs.inspircd.org
 After=network-online.target
 Wants=network-online.target
 
 [Service]
-ExecReload=@SCRIPT_DIR@/inspircd rehash
-ExecStart=@SCRIPT_DIR@/inspircd start
-ExecStop=@SCRIPT_DIR@/inspircd stop
-PIDFile=@DATA_DIR@/inspircd.pid
+ExecReload=/bin/kill -HUP $MAINPID
+ExecStart=@BINARY_DIR@/inspircd --nofork --nopid
 Restart=on-failure
-Type=forking
+Type=simple
 User=@USER@
 Group=@GROUP@