Files
ssm-services/init.d/dhcpcd
2013-09-29 04:03:34 +04:00

8 lines
148 B
Plaintext
Executable File

#!/usr/bin/env watchman
depends network
service_command='/usr/sbin/dhcpcd'
service_args='-q -C resolv.conf'
service_pidfile='/var/run/dhcpcd.pid'