mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03: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>
6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
CONFD_TIMEOUT=60
|
|
#DEBUG=1
|
|
|
|
# -v debug
|
|
CONFD_ARGS=""
|