Skip to content

Commit 51ef3f5

Browse files
committed
rc: move services-start custom script to the very end of start_services()
1 parent 283f222 commit 51ef3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/src/router/rc/services.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5619,8 +5619,6 @@ start_services(void)
56195619

56205620
start_ecoguard();
56215621

5622-
run_custom_script("services-start", NULL);
5623-
56245622
// start_upnp();
56255623

56265624
sanity_logs();
@@ -5629,6 +5627,8 @@ start_services(void)
56295627
start_erp_monitor();
56305628
#endif
56315629

5630+
run_custom_script("services-start", NULL);
5631+
56325632
return 0;
56335633
}
56345634

0 commit comments

Comments
 (0)