Update Service File

This commit is contained in:
Whispering Wind
2024-08-14 09:42:03 +03:30
committed by GitHub
parent 9368e820a1
commit 63bb627de8

View File

@ -44,7 +44,7 @@ Description=Singbox Python Service
After=network.target After=network.target
[Service] [Service]
ExecStart=/usr/bin/python3 /etc/hysteria/core/scripts/singbox/singbox.py ExecStart=/etc/hysteria/bin/python /etc/hysteria/core/scripts/singbox/singbox.py
WorkingDirectory=/etc/hysteria/core/scripts/singbox WorkingDirectory=/etc/hysteria/core/scripts/singbox
EnvironmentFile=/etc/hysteria/core/scripts/singbox/.env EnvironmentFile=/etc/hysteria/core/scripts/singbox/.env
Restart=always Restart=always