mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 11:49:23 +01:00
15 lines
270 B
SYSTEMD
15 lines
270 B
SYSTEMD
|
[Unit]
|
||
|
Description=Supybot
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
PIDFile=/home/bot/botname/botname.pid
|
||
|
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
Restart=always
|
||
|
User=bot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|