From d9cad42bb710b8b0a16801d41a4513ec6cc2391f Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:33:01 +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 51c89ed..6dcff3c 100644 --- a/core/scripts/singbox/singbox_shell.sh +++ b/core/scripts/singbox/singbox_shell.sh @@ -69,6 +69,7 @@ start_service() { systemctl daemon-reload systemctl enable singbox.service > /dev/null 2>&1 systemctl start singbox.service > /dev/null 2>&1 + systemctl daemon-reload > /dev/null 2>&1 if systemctl is-active --quiet singbox.service; then echo -e "${green}Singbox service setup completed. The service is now running on port $port. ${NC}"