Update cmdeploy/src/cmdeploy/postfix/deployer.py

This commit is contained in:
missytake
2026-01-13 23:41:31 +01:00
parent 6401bbb32c
commit a1667ca54d

View File

@@ -65,7 +65,7 @@ class PostfixDeployer(Deployer):
restart_conf = files.put(
name="postfix: restart automatically on failure",
src=get_resource("service/10_restart.conf"),
dest="/etc/systemd/system/postfix.service.d/10_restart.conf",
dest="/etc/systemd/system/postfix@.service.d/10_restart.conf",
)
self.daemon_reload = restart_conf.changed
self.need_restart = need_restart