cmdeploy: start and enable fcgiwrap

This commit is contained in:
Keonik1
2025-10-07 20:36:55 +02:00
committed by missytake
parent a6f7ff3652
commit 1170adc1d4
2 changed files with 10 additions and 0 deletions

View File

@@ -814,6 +814,13 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
restarted=nginx_need_restart,
)
systemd.service(
name="Start and enable fcgiwrap",
service="fcgiwrap.service",
running=True,
enabled=True,
)
systemd.service(
name="Restart echobot if postfix and dovecot were just started",
service="echobot.service",