From bf0feba2d14556b02d93d45f83d1c108dcffa6a0 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:33:32 +0330 Subject: [PATCH] Reload daemon --- core/scripts/singbox/singbox_shell.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/singbox/singbox_shell.sh b/core/scripts/singbox/singbox_shell.sh index 6dcff3c..7db47c5 100644 --- a/core/scripts/singbox/singbox_shell.sh +++ b/core/scripts/singbox/singbox_shell.sh @@ -81,6 +81,7 @@ start_service() { stop_service() { systemctl stop singbox.service > /dev/null 2>&1 systemctl disable singbox.service > /dev/null 2>&1 + systemctl daemon-reload > /dev/null 2>&1 rm -f /etc/hysteria/core/scripts/singbox/.env echo -e "\n"