From 9368e820a15ce260cbc8bd5549986291dc1d2a5c Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:41:27 +0330 Subject: [PATCH] Update Service File --- core/scripts/telegrambot/runbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/telegrambot/runbot.sh b/core/scripts/telegrambot/runbot.sh index db167d4..c7219cc 100644 --- a/core/scripts/telegrambot/runbot.sh +++ b/core/scripts/telegrambot/runbot.sh @@ -27,7 +27,7 @@ Description=Hysteria Telegram Bot After=network.target [Service] -ExecStart=/usr/bin/python3 /etc/hysteria/core/scripts/telegrambot/tbot.py +ExecStart=/etc/hysteria/bin/python /etc/hysteria/core/scripts/telegrambot/tbot.py WorkingDirectory=/etc/hysteria/core/scripts/telegrambot Restart=always User=root