ssm-services/init.d/dhcpcd
fbt 36ece3020b So, as an example of the way conf.d is supposed to be used, I've provided
a conf.d entry for dropbear that overrides the provided initsctipt.
Just a simple change in “where do we want to listen”, but impossible
to do otherwise without changing the initscript directly as dropbear
does not support any external config files.
So there you have it, the feature now has a purpose.
2014-07-06 11:13:39 +04:00

7 lines
131 B
Plaintext
Executable File

#!/usr/bin/env watchman
# dhcp client daemon initscript
service_respawn=true
service_command='/usr/sbin/dhcpcd'
service_args='-B'