mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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",
|
||||
running=True,
|
||||
enabled=True,
|
||||
restarted=journald_conf,
|
||||
restarted=journald_conf.changed,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user