From 63bb627de888b551eab51ccf24df34beee799a2f Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:42:03 +0330 Subject: [PATCH] Update Service File --- core/scripts/singbox/singbox_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/singbox/singbox_shell.sh b/core/scripts/singbox/singbox_shell.sh index 10c2edb..3a066d9 100644 --- a/core/scripts/singbox/singbox_shell.sh +++ b/core/scripts/singbox/singbox_shell.sh @@ -44,7 +44,7 @@ Description=Singbox Python Service After=network.target [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 EnvironmentFile=/etc/hysteria/core/scripts/singbox/.env Restart=always