mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 05:18:04 +00:00
cmdeploy: start and enable fcgiwrap
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
- Use max username length in newemail.py, not min
|
- Use max username length in newemail.py, not min
|
||||||
([#648](https://github.com/chatmail/relay/pull/648))
|
([#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
|
- Increase maxproc for reinjecting ports from 10 to 100
|
||||||
([#646](https://github.com/chatmail/relay/pull/646))
|
([#646](https://github.com/chatmail/relay/pull/646))
|
||||||
|
|
||||||
|
|||||||
@@ -814,6 +814,13 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
|
|||||||
restarted=nginx_need_restart,
|
restarted=nginx_need_restart,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
systemd.service(
|
||||||
|
name="Start and enable fcgiwrap",
|
||||||
|
service="fcgiwrap.service",
|
||||||
|
running=True,
|
||||||
|
enabled=True,
|
||||||
|
)
|
||||||
|
|
||||||
systemd.service(
|
systemd.service(
|
||||||
name="Restart echobot if postfix and dovecot were just started",
|
name="Restart echobot if postfix and dovecot were just started",
|
||||||
service="echobot.service",
|
service="echobot.service",
|
||||||
|
|||||||
Reference in New Issue
Block a user