path: dhcpcd_1:10.3.0-7/debian/dhcpcd.dhcpcd.init ;; try-restart) if ! pidofproc -p $PIDFILE $DHCPCD >/dev/null; then log_warning_msg "$NAME is not running" else path: dhcpcd_1:10.3.0-7/debian/dhcpcd.dhcpcd.init ;; reload) if ! pidofproc -p $PIDFILE $DHCPCD >/dev/null; then log_failure_msg "$NAME is not running" exit 7 path: dhcpcd_1:10.3.0-7/debian/dhcpcd.dhcpcd.init start) sanity if pidofproc -p $PIDFILE $DHCPCD >/dev/null; then log_warning_msg "$NAME is already running" exit 0