Revert "systemd: fix python3 path"

This reverts commit 1d220d87e4.
This commit is contained in:
Harsh Shandilya 2022-11-28 15:04:39 +00:00
parent 771844fc64
commit 2f6a98eedb
1 changed files with 1 additions and 1 deletions

View File

@ -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