modules/freifunk: start crond if required, send sighup after processing custom scripts
This commit is contained in:
parent
7ab4dcc9df
commit
d7d27ffe6a
1 changed files with 2 additions and 0 deletions
|
@ -19,4 +19,6 @@ boot() {
|
|||
test -f "$file" && . "$file"
|
||||
done
|
||||
}
|
||||
|
||||
killall -HUP crond 2>/dev/null || /etc/init.d/cron start
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue