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

@@ -14,6 +14,9 @@
- Use max username length in newemail.py, not min
([#648](https://github.com/chatmail/relay/pull/648))
- Add startup for `fcgiwrap.service` because sometimes it did not start automatically.
([#657](https://github.com/chatmail/relay/pull/657))
- Increase maxproc for reinjecting ports from 10 to 100
([#646](https://github.com/chatmail/relay/pull/646))

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",