X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e32107a7fe79ce34f3bdf860410a6d5455efdca7..0a2693126165f68131a1d1686a2bee1f1967494d:/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 }