in the background as well so we may as well background the restart commands
for faster dhcpcd performance.
fi
: ${ntp_service:=ntpd}
-: ${ntp_restart_cmd:=service_condcommand $ntp_service restart}
+: ${ntp_restart_cmd:=service_condcommand $ntp_service restart &}
ntp_conf_dir="$state_dir/ntp.conf"
# If we have installed OpenNTPD but not NTP then prefer it
# Sample dhcpcd hook for ypbind
# This script is only suitable for the BSD versions.
-: ${ypbind_restart_cmd:=service_command ypbind restart}
-: ${ypbind_stop_cmd:=service_condcommand ypbind stop}
+: ${ypbind_restart_cmd:=service_command ypbind restart &}
+: ${ypbind_stop_cmd:=service_condcommand ypbind stop &}
ypbind_dir="$state_dir/ypbind"
: ${ypdomain_dir:=@YPDOMAIN_DIR@}
: ${ypdomain_suffix:=@YPDOMAIN_SUFFIX@}