mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-18 10:09:27 -05:00
unbound.service: Use ConfigurationDirectory=@UNBOUND_SYSCONF_DIR@
This is configured when building Unbound, so use it.
This commit is contained in:
parent
17af5e199f
commit
f2a2d9c1e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue