X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/aa93d9c75aad23c01d984b780adf5e0ef4435bb1..0a2693126165f68131a1d1686a2bee1f1967494d:/init.d/weathermon?ds=sidebyside

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
 }