nixos/unbound: drop ReadWritePaths from systemd unit configuration
Both of the configured paths should be implicit due to RuntimeDirectory & StateDirectory.
This commit is contained in:
parent
72fbf05c17
commit
aadc07618a
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ in
|
|||
RestrictNamespaces = true;
|
||||
LockPersonality = true;
|
||||
RestrictSUIDSGID = true;
|
||||
ReadWritePaths = [ "/run/unbound" "${stateDir}" ];
|
||||
};
|
||||
};
|
||||
# If networkmanager is enabled, ask it to interface with unbound.
|
||||
|
|
Loading…
Reference in a new issue