X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e32107a7fe79ce34f3bdf860410a6d5455efdca7..0d332cb66939747237ce374275f5719acc2354f5:/init.d/weather-display diff --git a/init.d/weather-display b/init.d/weather-display index ed9c44f..bf3fbef 100755 --- a/init.d/weather-display +++ b/init.d/weather-display @@ -17,7 +17,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 }