From: Markus Valentin Date: Fri, 10 Nov 2023 09:14:36 +0000 (+0100) Subject: dovecot.service: Add OOMPolicy=continue X-Git-Tag: 2.4.0~2457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7446c25be4632f4709d344467aac158dc61239;p=thirdparty%2Fdovecot%2Fcore.git dovecot.service: Add OOMPolicy=continue Set OOMPolicy to continue to prevent one process of the dovecot unit being killed by the OOM killer stopping the whole unit. --- diff --git a/dovecot.service.in b/dovecot.service.in index f018cbcf6e..1f5bf785e0 100644 --- a/dovecot.service.in +++ b/dovecot.service.in @@ -23,6 +23,7 @@ NonBlocking=yes ProtectSystem=full ProtectHome=no PrivateDevices=true +OOMPolicy=continue # You can add environment variables with e.g.: #Environment='CORE_OUTOFMEM=1'