mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2026-02-03 11:20:56 +03:00
reworked to docker and selenoid
This commit is contained in:
@@ -5,7 +5,7 @@ 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
|
||||
ExecStart=/usr/local/bin/docker-compose -f /opt/mosgortrans/docker-compose.yml up
|
||||
ExecStop=/usr/local/bin/docker-compose -f /opt/mosgortrans/docker-compose.yml down -v
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user