1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Tell systemd not to ignore the SIGPIPE caused by tr termination.

This commit is contained in:
Steve Hay 2022-09-06 14:20:50 -04:00
parent 722ae510a0
commit 907aa4e41a

View File

@ -4,6 +4,7 @@ After=multi-user.target
[Service]
Type=idle
IgnoreSIGPIPE=False
ExecStart=/usr/local/lib/mailinabox/start
[Install]