From 48027216bdc1d77f208f3606c05489046ea30ace 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) --- 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 fa6fb690c7..39b1c74ff9 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