From 2c89c33e2a9d61aeb171ebd21149862c309c2f06 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 2 Jan 2018 14:19:30 +0100 Subject: [PATCH] iwatchdog: start earlier 10i < 1iw --- iwatchdog/files/etc/init.d/iwatchdog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwatchdog/files/etc/init.d/iwatchdog b/iwatchdog/files/etc/init.d/iwatchdog index 81392fff5..8c4e71a0f 100644 --- a/iwatchdog/files/etc/init.d/iwatchdog +++ b/iwatchdog/files/etc/init.d/iwatchdog @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=01 +START=10 STOP=99 USE_PROCD=1