Reload daemon

This commit is contained in:
Whispering Wind
2024-08-23 14:33:32 +03:30
committed by GitHub
parent d9cad42bb7
commit bf0feba2d1

View File

@ -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"