mosgortrans/scripts/mosgortrans.service

12 lines
251 B
Desktop File

[Unit]
Description=MosGorTrans bot
Wants=network-online.target
After=network-online.target
[Service]
Restart=always
WorkingDirectory=/opt/mosgortrans
ExecStart=scripts/start-bot.sh
ExecStop=scripts/shutdown-bot.sh
[Install]
WantedBy=multi-user.target