Fix virtual environment

This commit is contained in:
Whispering Wind
2024-08-14 10:06:04 +03:30
committed by GitHub
parent 3a79875e8b
commit fce7a5adce

View File

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