ssm-services/init.d/dhcpcd

8 lines
148 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
depends network
service_command='/usr/sbin/dhcpcd'
2013-09-29 00:03:34 +00:00
service_args='-q -C resolv.conf'
2013-09-28 23:32:39 +00:00
service_pidfile='/var/run/dhcpcd.pid'