summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2020-03-07 17:25:35 -0800
committerAnita Zhang <the.anitazha@gmail.com>2020-10-07 17:12:22 -0700
commit61ff7397d08375ce0950fb7b546c08e4a657f273 (patch)
tree3300cb72ac3dfbcb2fef2c1b47f519693cb60da9 /meson_options.txt
parent42b83e8e3324e2dc876c537aef2345d1939f10a1 (diff)
downloadsystemd-61ff7397d08375ce0950fb7b546c08e4a657f273.tar.gz
systemd-oomd: unit testable helper functions
Helpers used by the systemd-oomd daemon to read/fill in various contexts and make detection and kill decisions. i.e. a simplified/less configurable version of https://github.com/facebookincubator/oomd/tree/master/src/oomd.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d5ce647ae6..b789e4d77f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -97,6 +97,8 @@ option('coredump', type : 'boolean',
description : 'install the coredump handler')
option('pstore', type : 'boolean',
description : 'install the pstore archival tool')
+option('oomd', type : 'boolean',
+ description : 'install the userspace oom killer')
option('logind', type : 'boolean',
description : 'install the systemd-logind stack')
option('hostnamed', type : 'boolean',