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.
This commit is contained in:
2014-07-06 11:13:39 +04:00
parent f2c7faa749
commit 36ece3020b
4 changed files with 3 additions and 4 deletions

View File

@@ -3,4 +3,4 @@
service_respawn=true
service_command='/usr/sbin/dhcpcd'
service_args='-B -C resolv.conf'
service_args='-B'