mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
only restart journald if conf was changed
This commit is contained in:
committed by
missytake
parent
2796730a87
commit
da236e6e1b
@@ -642,5 +642,6 @@ def deploy_chatmail(config_path: Path) -> None:
|
|||||||
service="systemd-journald.service",
|
service="systemd-journald.service",
|
||||||
running=True,
|
running=True,
|
||||||
enabled=True,
|
enabled=True,
|
||||||
restarted=journald_conf,
|
restarted=journald_conf.changed,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user