mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
services: remove unneeded pidfiles
This commit is contained in:
parent
ca71eef52e
commit
98093edc99
@ -4,7 +4,6 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/home/bot/botname/botname.pid
|
|
||||||
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf --daemon
|
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf --daemon
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
Restart=always
|
Restart=always
|
||||||
|
@ -4,7 +4,6 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/home/znc/.znc/znc.pid
|
|
||||||
ExecStart=/home/znc/.local/bin/znc
|
ExecStart=/home/znc/.local/bin/znc
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
Restart=always
|
Restart=always
|
||||||
|
Loading…
Reference in New Issue
Block a user