From 2f6a98eedbe4ac4fae310421e73661512ac657f2 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 28 Nov 2022 15:04:39 +0000 Subject: [PATCH] Revert "systemd: fix python3 path" This reverts commit 1d220d87e4059f779806573aee18db02fc590b4d. --- systemd_units/uno-bot.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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