8 lines
168 B
Plaintext
Executable File
8 lines
168 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
# dhcp client daemon initscript
|
|
|
|
service_command='/usr/sbin/dhcpcd'
|
|
service_pidfile='/var/run/dhcpcd.pid'
|
|
|
|
source "${cfg_dir}/conf.d/dhcpcd.sh"
|