Merge pull request #216504 from ncfavier/unbound-state-dir-writable

nixos/unbound: make stateDir writable
This commit is contained in:
Naïm Favier 2023-02-23 14:23:53 +01:00 committed by GitHub
commit 129b6f7812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,6 +286,8 @@ in {
LockPersonality = true;
RestrictSUIDSGID = true;
ReadWritePaths = [ cfg.stateDir ];
Restart = "on-failure";
RestartSec = "5s";
};