X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e32107a7fe79ce34f3bdf860410a6d5455efdca7..de2440e167bacd1cebff432611d5d837dfeddffd:/init.d/weathermon diff --git a/init.d/weathermon b/init.d/weathermon index cb1822a..802529e 100755 --- a/init.d/weathermon +++ b/init.d/weathermon @@ -31,7 +31,7 @@ start_service() { procd_open_instance procd_set_param command "$PROG" procd_set_param nice "$NICEPRIO" - procd_set_param respawn ${respawn_threshold:-600} ${respawn_timeout:-5} ${respawn_retry:-5} + procd_set_param respawn procd_close_instance }