ssm-services/init.d/dhcpcd

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'