modules/freifunk: fix cron restart in init script
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Mar 2009 21:04:51 +0000 (21:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Mar 2009 21:04:51 +0000 (21:04 +0000)
modules/freifunk/root/etc/init.d/freifunk

index a61f8b7..13dfde7 100755 (executable)
@@ -24,5 +24,5 @@ boot() {
                done
        }
 
-       killall -HUP crond 2>/dev/null || /etc/init.d/cron start
+       /etc/init.d/cron restart
 }