From: Jo-Philipp Wich Date: Sat, 16 May 2009 18:00:18 +0000 (+0000) Subject: luci-0.8: merge r4534 X-Git-Tag: 0.8.7~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56f41d6393ef77d91f114a52c5dc679f1747e4eb;p=oweals%2Fluci.git luci-0.8: merge r4534 --- diff --git a/contrib/package/freifunk-watchdog/src/watchdog.c b/contrib/package/freifunk-watchdog/src/watchdog.c index b5a573d49..a0d4e43b1 100644 --- a/contrib/package/freifunk-watchdog/src/watchdog.c +++ b/contrib/package/freifunk-watchdog/src/watchdog.c @@ -347,10 +347,14 @@ static int do_daemon(void) /* Check crond */ if( find_process("crond") < 0 ) restart_cron++; + else + restart_cron = 0; /* Check SSHd */ if( find_process("dropbear") < 0 ) restart_sshd++; + else + restart_sshd = 0; /* Check wireless interfaces */ ifs = load_wifi_uci(ifs, &modtime);