diff --git a/package/confd/confd.conf b/package/confd/confd.conf index 7c52d111..91e74f36 100644 --- a/package/confd/confd.conf +++ b/package/confd/confd.conf @@ -11,22 +11,22 @@ service name:confd log \ [S12345789] sysrepo-plugind -f -p /run/confd.pid -n -v3 -- Configuration daemon # Bootstrap system with startup-config -run name:startup log:prio:user.notice norestart \ - [S] /usr/libexec/confd/load -b startup-config \ +run name:startup log:prio:user.notice norestart \ + [S] /usr/libexec/confd/load -b 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 \ +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 log \ - [12345789] netopeer2-server -F -t 60 \ +service name:netopeer log \ + [12345789] 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 +task name:resolv :conf norestart if: \ + [S] resolvconf -u -- Update DNS configuration