From f5195eb213fcac218ed4a8fb3d156b4fd30e1eb3 Mon Sep 17 00:00:00 2001 From: Jan Klos Date: Mon, 19 Feb 2024 14:27:05 +0100 Subject: [PATCH] unbound: add file parameter to service instance that way, procd does not needlessly restart unbound on triggers when everything remains the same - changes in non-default included configuration files will not be registered, however Signed-off-by: Jan Klos --- net/unbound/files/unbound.init | 1 + 1 file changed, 1 insertion(+) diff --git a/net/unbound/files/unbound.init b/net/unbound/files/unbound.init index fb363e1880..8231e69315 100755 --- a/net/unbound/files/unbound.init +++ b/net/unbound/files/unbound.init @@ -40,6 +40,7 @@ start_service() { procd_open_instance "unbound" procd_set_param command $PROG -d -c $UB_TOTAL_CONF procd_set_param respawn + procd_set_param file "$UB_TOTAL_CONF" "$UB_SRV_CONF" "$UB_EXT_CONF" procd_close_instance }