services: remove unneeded pidfiles

This commit is contained in:
Aminda Suomalainen 2015-02-19 14:30:49 +02:00
parent ca71eef52e
commit 98093edc99
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ After=network.target
[Service]
Type=forking
PIDFile=/home/bot/botname/botname.pid
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf --daemon
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

View File

@ -4,7 +4,6 @@ After=network.target
[Service]
Type=forking
PIDFile=/home/znc/.znc/znc.pid
ExecStart=/home/znc/.local/bin/znc
ExecReload=/bin/kill -HUP $MAINPID
Restart=always