fix(telegram bot): Fix service restart #296

Merged
CODeRUS merged 1 commits from patch-1 into master 2023-02-14 19:40:11 +01:00
Showing only changes of commit 22d2f4283b - Show all commits

View File

@@ -9,9 +9,8 @@ WantedBy=multi-user.target
[Service]
Type=simple
User=%USER%
RemainAfterExit=yes
WorkingDirectory=/home/%USER%/moonraker-telegram-bot
EnvironmentFile=%ENV_FILE%
ExecStart=%ENV%/bin/python $TELEGRAM_BOT_ARGS
Restart=always
RestartSec=10
RestartSec=10