only restart journald if conf was changed

This commit is contained in:
Christian Hagenest
2024-05-18 16:06:48 +02:00
committed by missytake
parent 2796730a87
commit da236e6e1b

View File

@@ -642,5 +642,6 @@ def deploy_chatmail(config_path: Path) -> None:
service="systemd-journald.service",
running=True,
enabled=True,
restarted=journald_conf,
restarted=journald_conf.changed,
)