mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-15 03:06:45 +03:00
reworked to docker and selenoid
This commit is contained in:
@@ -6,6 +6,6 @@ After=network-online.target
|
||||
Restart=always
|
||||
WorkingDirectory=/opt/mosgortrans
|
||||
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
|
||||
ExecStop=/usr/local/bin/docker-compose -f /opt/mosgortrans/docker-compose.yml down
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,7 +0,0 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
|
||||
echo "shutting down the bot"
|
||||
killall firefox
|
||||
killall python
|
||||
Reference in New Issue
Block a user