Fix virtual environment

This commit is contained in:
Whispering Wind
2024-08-14 09:58:10 +03:30
committed by GitHub
parent bc5231b5cd
commit 4eeb90e549

View File

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