modules/freifunk: start crond if required, send sighup after processing custom scripts

This commit is contained in:
Jo-Philipp Wich 2009-01-31 17:32:01 +00:00
parent 7ab4dcc9df
commit d7d27ffe6a

View file

@ -19,4 +19,6 @@ boot() {
test -f "$file" && . "$file"
done
}
killall -HUP crond 2>/dev/null || /etc/init.d/cron start
}