run=(dnsmasq --keep-in-foreground) configfile=/etc/dnsmasq.conf zsv_run_dnsmasq() { if [[ -n $configfile ]]; then args+=( -C $configfile ) restart_files+=( $configfile ) fi zsv_generic } # vim: ft=zsh noet ts=4 sts=4 sw=4