ssm-services/init.d/dhcpcd

7 lines
146 B
Plaintext
Raw Normal View History

2013-09-28 23:32:39 +00:00
#!/usr/bin/env watchman
2013-09-29 00:49:10 +00:00
# dhcp client daemon initscript
2013-09-28 23:32:39 +00:00
2014-07-03 07:05:52 +00:00
service_respawn=true
2013-09-28 23:32:39 +00:00
service_command='/usr/sbin/dhcpcd'
2014-07-03 07:05:52 +00:00
service_args='-B -C resolv.conf'