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 }