From 1c19c32a564accd2d6ab3a604b08576ca23e5b32 Mon Sep 17 00:00:00 2001 From: Josh King Date: Thu, 3 Apr 2014 16:43:41 -0400 Subject: [PATCH] Add dnsmasq to watchdog. --- openwrt/etc/init.d/commotiond | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/etc/init.d/commotiond b/openwrt/etc/init.d/commotiond index 7fd0046..b573dd7 100755 --- a/openwrt/etc/init.d/commotiond +++ b/openwrt/etc/init.d/commotiond @@ -9,7 +9,7 @@ START=19 STOP=91 EXTRA_COMMANDS="cron" EXTRA_HELP=" cron Watchdog function meant to be called from cron" -CRON_SERVICES="commotiond olsrd commotion-service-manager" +CRON_SERVICES="commotiond olsrd commotion-service-manager dnsmasq" CRON_THRESHOLD="180" boot() {