diff --git a/systemd_units/uno-bot.service b/systemd_units/uno-bot.service index 320f2f2..d4513b4 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=/usr/bin/python3 bot.py +ExecStart=/home/bot/mau_mau_bot/venv/bin/python bot.py ExecReload=/bin/kill -USR1 $MAINPID KillMode=mixed KillSignal=SIGQUIT