ssm-services/init.d/dhcpcd

8 lines
168 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
service_command='/usr/sbin/dhcpcd'
service_pidfile='/var/run/dhcpcd.pid'
2014-04-04 11:40:00 +00:00
source "${cfg_dir}/conf.d/dhcpcd.sh"