mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
In the last major refactor of confd to a stand-alone daemon, new command line options were added, one of which -v <LEVEL>. Unfortunately opening up for a few corner cases where the debug flag or the log_level was not set properly. This fixes that and also adds a CONFD_ARGS for /etc/default/confd, which is customary for all daemons. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
389 B
Plaintext
10 lines
389 B
Plaintext
# Single daemon handles gen-config, datastore init, config load, and plugins
|
|
service log:console env:/etc/default/confd \
|
|
[S12345] <usr/ixinit> confd -f -v warning \
|
|
-F /etc/factory-config.cfg \
|
|
-S /cfg/startup-config.cfg \
|
|
-E /etc/failure-config.cfg \
|
|
-t $CONFD_TIMEOUT \
|
|
$CONFD_ARGS \
|
|
-- Configuration daemon
|