#set DEBUG=1 run name:bootstrap log:prio:user.notice norestart \ [S] /usr/libexec/confd/bootstrap \ -- Bootstrapping YANG datastore run name:error :1 log:console norestart if: \ [S] /usr/libexec/confd/error -- service name:confd log:prio:daemon.err \ [S12345] sysrepo-plugind -f -p /run/confd.pid -n -v warning \ -- Configuration daemon # Bootstrap system with startup-config run name:startup log:prio:user.notice norestart env:/etc/default/confd \ [S] /usr/libexec/confd/load -t $CONFD_TIMEOUT startup-config \ -- Loading startup-config # Run if loading startup-config fails for some reason run name:failure log:prio:user.crit norestart env:/etc/default/confd \ if: \ [S] /usr/libexec/confd/load -t $CONFD_TIMEOUT failure-config \ -- Loading failure-config run name:error :2 log:console norestart \ if: \ [S] /usr/libexec/confd/error --