mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
15 lines
287 B
Desktop File
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
|