nixos/opendkim: add keyPath to ReadWritePaths

This commit is contained in:
Philipp Bartsch 2020-08-23 18:14:39 +02:00
parent 118f341723
commit 47928442a8

View File

@ -131,6 +131,7 @@ in {
RuntimeDirectory = optional (cfg.socket == defaultSock) "opendkim";
StateDirectory = "opendkim";
StateDirectoryMode = "0700";
ReadWritePaths = [ cfg.keyPath ];
AmbientCapabilities = [];
CapabilityBoundingSet = [];