From 1a5b4d5d5dd7ec58df46d80eccd5af825da660ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miroslav=20Such=C3=BD?= Date: Tue, 20 Apr 2021 10:23:01 +0200 Subject: [PATCH] document DefaultOOMPolicy the `man systemd.service` say: Defaults to the setting DefaultOOMPolicy= in systemd-system.conf(5) is set to but there is no such line in this config. This is the default value I extracted from systemctl show --property=DefaultOOMPolicy (cherry picked from commit 0084d4f6b58f70c9955fa2259c29d65d87e1e855) (cherry picked from commit 48027216bdc1d77f208f3606c05489046ea30ace) --- src/core/system.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system.conf.in b/src/core/system.conf.in index 5dc22d0969..b74b46a589 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -72,3 +72,4 @@ #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= +#DefaultOOMPolicy=stop -- 2.25.1