modules/freifunk: fix cron restart in init script

This commit is contained in:
Jo-Philipp Wich 2009-03-16 21:04:51 +00:00
parent 432602ff2a
commit ff57f4f870

View file

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