diff --git a/board/common/rootfs/etc/finit.d/available/netconf.conf b/board/common/rootfs/etc/finit.d/available/netconf.conf new file mode 100644 index 00000000..656c6742 --- /dev/null +++ b/board/common/rootfs/etc/finit.d/available/netconf.conf @@ -0,0 +1,3 @@ +service name:netopeer notify:none log env:/etc/default/confd \ + [12345] netopeer2-server -F -t $CONFD_TIMEOUT -v 1 \ + -- NETCONF server diff --git a/board/common/rootfs/etc/finit.d/enabled/netconf.conf b/board/common/rootfs/etc/finit.d/enabled/netconf.conf new file mode 120000 index 00000000..aad09b82 --- /dev/null +++ b/board/common/rootfs/etc/finit.d/enabled/netconf.conf @@ -0,0 +1 @@ +../available/netconf.conf \ No newline at end of file diff --git a/package/confd/confd.conf b/package/confd/confd.conf index f7a5bb49..482ee26e 100644 --- a/package/confd/confd.conf +++ b/package/confd/confd.conf @@ -25,7 +25,3 @@ run name:failure log:prio:user.crit norestart env:/etc/default/confd \ run name:error :2 log:console norestart \ if: \ [S] /usr/libexec/confd/error -- - -service name:netopeer notify:none log env:/etc/default/confd \ - [12345] netopeer2-server -F -t $CONFD_TIMEOUT -v 1 \ - -- NETCONF server