mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
12 lines
251 B
Desktop File
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 |