#!/usr/bin/env watchman
# dhcp client daemon initscript
service_respawn=true
service_command='/usr/sbin/dhcpcd'
service_args='-B -C resolv.conf'