summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2020-10-14 23:14:15 -0700
committerAnita Zhang <the.anitazha@gmail.com>2020-10-14 23:14:24 -0700
commitc199dd3fd743bbcb9161a8db811d790b3a1f99b7 (patch)
treeb7f77306a9d4836c10dc685e67ac92a809e6b6a7 /meson_options.txt
parentcf3e57884e8a61548684df44dab3f44b5a7f1748 (diff)
downloadsystemd-c199dd3fd743bbcb9161a8db811d790b3a1f99b7.tar.gz
meson: disable systemd-oomd by default
systemd-oomd can be enabled when in developer mode (-Dmode=developer)
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b789e4d77f..a6a0c1e4b8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -97,7 +97,7 @@ option('coredump', type : 'boolean',
description : 'install the coredump handler')
option('pstore', type : 'boolean',
description : 'install the pstore archival tool')
-option('oomd', type : 'boolean',
+option('oomd', type : 'boolean', value : 'false',
description : 'install the userspace oom killer')
option('logind', type : 'boolean',
description : 'install the systemd-logind stack')