busybox: Let procd respawn cron
[openwrt/openwrt.git] / package / utils / busybox / files / cron
index ca04a0c1707e5880e213d71d60402bbb9ef2720e..4efdfa52cad32b6003c4e341148df52cc47f44ec 100755 (executable)
@@ -32,6 +32,7 @@ start_service() {
        for crontab in /etc/crontabs/*; do
                 procd_set_param file "$crontab"
        done
+       procd_set_param respawn
        procd_close_instance
 }