Merge pull request #216504 from ncfavier/unbound-state-dir-writable
nixos/unbound: make stateDir writable
This commit is contained in:
commit
129b6f7812
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,8 @@ in {
|
|||
LockPersonality = true;
|
||||
RestrictSUIDSGID = true;
|
||||
|
||||
ReadWritePaths = [ cfg.stateDir ];
|
||||
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue