From: Miroslav Suchý Date: Tue, 20 Apr 2021 08:23:01 +0000 (+0200) Subject: document DefaultOOMPolicy X-Git-Tag: v249-rc1~384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0084d4f6b58f70c9955fa2259c29d65d87e1e855;p=thirdparty%2Fsystemd.git 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 --- diff --git a/src/core/system.conf.in b/src/core/system.conf.in index fa6fb690c78..39b1c74ff9c 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -72,3 +72,4 @@ #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= +#DefaultOOMPolicy=stop