From f2a2d9c1e9497d04cbbb85fc3d5b04f78b288151 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 27 Apr 2021 16:20:26 +0200 Subject: [PATCH] unbound.service: Use `ConfigurationDirectory=@UNBOUND_SYSCONF_DIR@` This is configured when building Unbound, so use it. --- contrib/unbound.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/unbound.service.in b/contrib/unbound.service.in index 9cda6c2bb..ea03e0883 100644 --- a/contrib/unbound.service.in +++ b/contrib/unbound.service.in @@ -64,7 +64,7 @@ ProtectControlGroups=true ProtectKernelModules=true ProtectSystem=strict RuntimeDirectory=@UNBOUND_RUN_DIR@ -ConfigurationDirectory=unbound +ConfigurationDirectory=@UNBOUND_SYSCONF_DIR@ StateDirectory=unbound RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX RestrictRealtime=true