From: Jo-Philipp Wich Date: Mon, 16 Mar 2009 21:05:32 +0000 (+0000) Subject: Merge r4345 X-Git-Tag: 0.8.7~78 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=db3d4fbb5ed16f5913ad33e1775f975e8a837c0d;p=project%2Fluci.git Merge r4345 --- diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index a61f8b7a1..13dfde7f6 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -24,5 +24,5 @@ boot() { done } - killall -HUP crond 2>/dev/null || /etc/init.d/cron start + /etc/init.d/cron restart }