opendkim: chown opendkim: private key

This commit is contained in:
missytake
2026-03-04 16:50:39 +01:00
parent 9dd8ce8ce1
commit 2e38c61ca2
3 changed files with 7 additions and 2 deletions

View File

@@ -103,6 +103,13 @@ class OpendkimDeployer(Deployer):
)
need_restart |= service_file.changed
files.file(
name="chown opendkim: /etc/dkimkeys/opendkim.private",
path="/etc/dkimkeys/opendkim.private",
user="opendkim",
group="opendkim",
)
self.need_restart = need_restart
def activate(self):