mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +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>