ssm-services/init.d/dhcpcd
2014-02-25 04:45:13 +04:00

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'