gpt_chat_bot/scripts/healthcheck_bot.service
2023-05-01 02:37:14 +03:00

11 lines
363 B
Desktop File

[Unit]
Description=Healthcheck bot
Wants=network-online.target
After=network-online.target
[Service]
Restart=always
WorkingDirectory=/opt/healthcheck_bot
ExecStart=/usr/local/bin/docker-compose -f /opt/healthcheck_bot/docker-compose.yml up
ExecStop=/usr/local/bin/docker-compose -f /opt/healthcheck_bot/docker-compose.yml down
[Install]
WantedBy=multi-user.target