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
|
|
|
|
|
|
|
service_command='/usr/sbin/dhcpcd'
|
|
|
|
service_pidfile='/var/run/dhcpcd.pid'
|
2014-06-28 06:54:06 +00:00
|
|
|
|
|
|
|
source "${cfg_dir}/conf.d/dhcpcd.sh"
|