1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-10 08:30:53 +01:00

15 lines
287 B
Desktop File

[Unit]
Description=Supybot
After=network-online.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
User=bot
[Install]
WantedBy=multi-user.target