Update Service File

This commit is contained in:
Whispering Wind
2024-08-14 09:41:27 +03:30
committed by GitHub
parent 10499f9345
commit 9368e820a1

View File

@ -27,7 +27,7 @@ Description=Hysteria Telegram Bot
After=network.target After=network.target
[Service] [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 WorkingDirectory=/etc/hysteria/core/scripts/telegrambot
Restart=always Restart=always
User=root User=root