From 31760e1c96ade8ca5e30f986d7f955ee6cfed6da Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 27 Jun 2023 23:31:27 +0200 Subject: [PATCH] sysrepo-plugind: Require all plugins to load without error If confd or statd fails to initialize, we want Finit to know about it. --- package/confd/sysrepo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/confd/sysrepo.conf b/package/confd/sysrepo.conf index d3b4d26d..f3a82bba 100644 --- a/package/confd/sysrepo.conf +++ b/package/confd/sysrepo.conf @@ -3,7 +3,7 @@ run [S] /lib/infix/clean-etc -- run name:bootstrap log:prio:user.notice \ [S] /lib/infix/cfg-bootstrap -- Bootstrapping YANG models service name:sysrepo log \ - [S12345789] sysrepo-plugind -p /run/sysrepo.pid -n -- Configuration daemon + [S12345789] sysrepo-plugind -f -p /run/sysrepo.pid -n -- Configuration daemon run name:startup log:prio:user.notice \ [S] sysrepocfg -I/cfg/startup-config.cfg -f json \ -- Loading startup-config