refactor: remove sing-box start exit check

This commit is contained in:
Andrey Petelin
2025-11-26 16:01:41 +05:00
parent 14f704fcb8
commit 6a48a060e1

View File

@@ -132,10 +132,6 @@ start_main() {
sing_box_init_config
config_foreach add_cron_job "section"
/etc/init.d/sing-box start
if [ $? -ne 0 ]; then
echolog "Failed to start sing-box service"
exit 1
fi
log "Nice"
list_update &