Reload daemon

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

View File

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