#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 -- Configuration daemon # Bootstrap system with startup-config run name:startup log:prio:user.notice norestart \ [S] /usr/libexec/confd/load startup-config \ -- Loading startup-config # Run if loading startup-config fails for some reason run name:failure log:prio:user.critical norestart if: \ [S] /usr/libexec/confd/load failure-config \ -- Loading failure-config run name:error :2 log:console norestart if: \ [S] /usr/libexec/confd/error -- service name:netopeer notify:none log \ [12345] netopeer2-server -F -t 60 \ -- NETCONF server # Create initial /etc/resolv.conf after successful bootstrap task name:resolv :conf norestart if: \ [S] resolvconf -u -- Update DNS configuration