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

@ -61,9 +61,9 @@ update_domain_zone
#----------------------------------------------------------#
# Restart named
if [ "$restart" != 'no' ]; then
$BIN/v-restart-dns "$EVENT"
fi
#if [ "$restart" != 'no' ]; then
# $BIN/v-restart-dns
#fi
# Logging
log_event "$OK" "$EVENT"