mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
11 lines
300 B
Desktop File
11 lines
300 B
Desktop File
[Unit]
|
|
Description=MosGorTrans bot
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
[Service]
|
|
Restart=always
|
|
WorkingDirectory=/opt/mosgortrans
|
|
ExecStart=/bin/bash /opt/mosgortrans/scripts/start-bot.sh
|
|
ExecStop=/bin/bash /opt/mosgortrans/scripts/stop-bot.sh
|
|
[Install]
|
|
WantedBy=multi-user.target |