From 0084d4f6b58f70c9955fa2259c29d65d87e1e855 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 --- 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 fa6fb690c78..39b1c74ff9c 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -72,3 +72,4 @@ #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= +#DefaultOOMPolicy=stop -- 2.47.3