mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +05:30
systemd: fix python3 path
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
906db6b951
commit
1d220d87e4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Restart=on-abort
|
||||||
Type=simple
|
Type=simple
|
||||||
User=bot
|
User=bot
|
||||||
WorkingDirectory=/home/bot/mau_mau_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
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
KillSignal=SIGQUIT
|
KillSignal=SIGQUIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue