From 53a97760928007000633d5a6946a9f47ded0ddc1 Mon Sep 17 00:00:00 2001 From: wnlen <62139570+wnlen@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:44:28 +0800 Subject: [PATCH] Update install_systemd.sh --- scripts/install_systemd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_systemd.sh b/scripts/install_systemd.sh index 7e21b4a..4aa67f7 100755 --- a/scripts/install_systemd.sh +++ b/scripts/install_systemd.sh @@ -40,6 +40,7 @@ User=$Service_User Group=$Service_Group PIDFile=$Server_Dir/temp/clash.pid Environment=CLASH_ENV_FILE=$Server_Dir/temp/clash-for-linux.sh +Environment=SYSTEMD_MODE=true [Install] WantedBy=multi-user.target