rpcd: add respawn param
[openwrt/.git] / package / system / rpcd / files / rpcd.init
index 447133c67a5a639e665fccf8b66efa703760c948..3e9ea5bbf32995625651bc542730ff2822466ef3 100755 (executable)
@@ -12,6 +12,7 @@ start_service() {
 
        procd_open_instance
        procd_set_param command "$PROG" ${socket:+-s "$socket"} ${timeout:+-t "$timeout"}
+       procd_set_param respawn ${respawn_retry:-0}
        procd_close_instance
 }