diff --git a/systemd_units/uno-bot.service b/systemd_units/uno-bot.service index d4513b4..320f2f2 100644 --- a/systemd_units/uno-bot.service +++ b/systemd_units/uno-bot.service @@ -7,7 +7,7 @@ Restart=on-abort Type=simple User=bot WorkingDirectory=/home/bot/mau_mau_bot -ExecStart=/home/bot/mau_mau_bot/venv/bin/python bot.py +ExecStart=/usr/bin/python3 bot.py ExecReload=/bin/kill -USR1 $MAINPID KillMode=mixed KillSignal=SIGQUIT