]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/template/inspircd.service
Fix the documentation comments in config.h.
[user/henk/code/inspircd.git] / make / template / inspircd.service
index e5f28a674cda6ffeb6a1c853401bdaeda8797db9..39c7d23e0f12ae9f1180082ff9dc6b59008fc73b 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, 2017, 2019 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
-Requires=network.target
+After=network-online.target
+Wants=network-online.target
 
 [Service]
-ExecReload=@BASE_DIR@/inspircd rehash
-ExecStart=@BASE_DIR@/inspircd start
-ExecStop=@BASE_DIR@/inspircd stop
+ExecReload=@SCRIPT_DIR@/inspircd rehash
+ExecStart=@SCRIPT_DIR@/inspircd start
+ExecStop=@SCRIPT_DIR@/inspircd stop
 PIDFile=@DATA_DIR@/inspircd.pid
 Restart=on-failure
 Type=forking
+User=@USER@
+Group=@GROUP@
 
 [Install]
 WantedBy=multi-user.target