nixos/unbound: make stateDir writable
This commit is contained in:
parent
ef0f472c01
commit
5cf311c036
@ -286,6 +286,8 @@ in {
|
||||
LockPersonality = true;
|
||||
RestrictSUIDSGID = true;
|
||||
|
||||
ReadWritePaths = [ cfg.stateDir ];
|
||||
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user