X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Ftemplate%2Finspircd.service;h=c92206e0ade158c1b5741a5ef37c0fa4cb291a19;hb=c05f81cac83e80c7727594e3929e0709eccca689;hp=c05e618226dcfb88facfd65aa38b76438197547f;hpb=d23c030c9a8fd58807438245a004e4aa5b7288ba;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/template/inspircd.service b/make/template/inspircd.service index c05e61822..c92206e0a 100644 --- a/make/template/inspircd.service +++ b/make/template/inspircd.service @@ -2,7 +2,9 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2014 Peter Powell +# Copyright (C) 2019 Robby +# Copyright (C) 2015 Attila Molnar +# Copyright (C) 2014, 2019-2020 Sadie Powell # # 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 @@ -21,15 +23,17 @@ [Unit] After=network.target Description=InspIRCd - Internet Relay Chat Daemon -Requires=network.target +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@ [Install] WantedBy=multi-user.target