mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
- Use same log frameworks as reset of confd - Use existing primitives from libite + libsrx - Drop remaining pthreads - Coding style fixes Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
#set DEBUG=1
|
|
|
|
# Single daemon handles gen-config, datastore init, config load, and plugins
|
|
# log:prio:daemon.err
|
|
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 \
|
|
-- Configuration daemon
|