X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2Fngircd.service;h=215f5052714806693d37fec4e32aefdcd70e7df1;hb=e4873b4d63d0bcd4914a1cee82599a13cfd77e47;hp=fb3cf8a1935681a997d7438b21cf7bd0419f2263;hpb=3e535a295523853963438eb94f9cfa24c998b52f;p=ngircd-alex.git diff --git a/contrib/ngircd.service b/contrib/ngircd.service index fb3cf8a1..215f5052 100644 --- a/contrib/ngircd.service +++ b/contrib/ngircd.service @@ -11,7 +11,7 @@ Before=anope.service atheme.service irc-services.service Before=bopm.service hopm.service [Service] -Type=forking +Type=notify User=irc Group=irc # Settings & limits: @@ -35,7 +35,7 @@ EnvironmentFile=-/etc/default/ngircd EnvironmentFile=-/etc/default/ngircd-full EnvironmentFile=-/etc/default/ngircd-full-dbg # Start ngIRCd. Note: systemd doesn't allow to use $DAEMON here! -ExecStart=/usr/sbin/ngircd $PARAMS +ExecStart=/usr/sbin/ngircd --nodaemon --syslog $PARAMS ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure