mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-23 07:02:55 -05:00
Fix typo
This commit is contained in:
parent
d2a843b422
commit
42ee37847f
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ RestrictSUIDSGID=yes
|
|||
ReadWritePaths=@UNBOUND_RUN_DIR@ @UNBOUND_CHROOT_DIR@
|
||||
|
||||
# Below rules are needed when chroot is enabled (usually it's enabled by default).
|
||||
# If chroot is disabled like chrooot: "" then they may be safely removed.
|
||||
# If chroot is disabled like chroot: "" then they may be safely removed.
|
||||
TemporaryFileSystem=@UNBOUND_CHROOT_DIR@/dev:ro
|
||||
TemporaryFileSystem=@UNBOUND_CHROOT_DIR@/run:ro
|
||||
BindReadOnlyPaths=-/run/systemd/notify:@UNBOUND_CHROOT_DIR@/run/systemd/notify
|
||||
|
|
|
|||
Loading…
Reference in a new issue