applications/luci-splash: firewall fixes
[project/luci.git] / modules / freifunk / root / etc / init.d / freifunk
index f1b2744..61bd580 100755 (executable)
@@ -19,4 +19,6 @@ boot() {
                        test -f "$file" && . "$file"
                done
        }
+
+       killall -HUP crond 2>/dev/null || /etc/init.d/cron start
 }