summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-03-22 23:32:53 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-03-22 23:40:12 +0100
commit830832c9aac90729e88bab0d1daa1ec8bb6848f5 (patch)
tree903251c2a28d2cc1dd16bec7b9a83631292281d0 /doc
parent87e9d061c94e3fdd721b7b04ccbdba7a061f6ca3 (diff)
Set a TERM handler to terminate properly if running as PID 1
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 236ccae8b..459ffe11a 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -165,6 +165,9 @@ JH/30 The (EXPERIMENTAL_DMARC) variable $dmarc_ar_header is withdrawn, being
JH/31 Bug 2257: Fix pipe transport to not use a socket-only syscall.
+HS/03 Set a handler for SIGTERM and call exit(3) if running as PID 1. This
+ allows proper process termination in container environments.
+
Exim version 4.90
-----------------