check() { zsv_check_route }
run=( /usr/sbin/ntpd -d )
args=( -s )
configfile=/etc/ntpd.conf
zsv_run_openntpd() {
if [[ -n $configfile ]]; then
args+=( -f $configfile )
restart_files+=( $configfile )
fi
zsv_generic
}
# vim: ft=zsh noet ts=4 sts=4 sw=4