ssm-services/init.d/dhcpcd

7 lines
163 B
Plaintext
Executable File

#!/usr/bin/env watchman
# dhcp client daemon initscript
service_command='/usr/sbin/dhcpcd'
service_args='-q -C resolv.conf'
service_pidfile='/var/run/dhcpcd.pid'