implemented scheduled restart

This commit is contained in:
Serghey Rodin 2013-06-01 14:25:44 +03:00
commit 10f7097c48
46 changed files with 172 additions and 63 deletions

View file

@ -469,7 +469,7 @@ if [ "$dns" != 'no' ]; then
done
# Restart DNS
$BIN/v-restart-dns "$EVENT"
$BIN/v-restart-dns
echo
msg="$msg\n"
fi
@ -682,7 +682,7 @@ if [ "$cron" != 'no' ]; then
sync_cron_jobs
# Restart cron
$BIN/v-restart-cron "$EVENT"
$BIN/v-restart-cron
echo
msg="$msg\n"
fi