2013-09-29 03:32:39 +04:00
|
|
|
#!/usr/bin/env watchman
|
2013-09-29 04:49:10 +04:00
|
|
|
# dhcp client daemon initscript
|
2013-09-29 03:32:39 +04:00
|
|
|
|
|
|
|
service_command='/usr/sbin/dhcpcd'
|
|
|
|
service_pidfile='/var/run/dhcpcd.pid'
|
2014-04-04 15:40:00 +04:00
|
|
|
|
|
|
|
source "${cfg_dir}/conf.d/dhcpcd.sh"
|