Add BOOT event when starting icwmp

This commit is contained in:
Omar Kallel 2021-11-23 15:24:33 +01:00
parent ef178897ba
commit 2ee29d8252

View file

@ -230,6 +230,7 @@ start_service() {
procd_open_instance icwmp
procd_append_param command -b
procd_set_param command "$PROG"
procd_append_param command -b
procd_set_param respawn \
${respawn_threshold:-5} \
${respawn_timeout:-10} ${respawn_retry:-3}