diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2020-06-19 20:41:03 +0200 |
---|---|---|
committer | Anita Zhang <the.anitazha@gmail.com> | 2020-10-08 02:12:24 +0200 |
commit | 87e2bafff9f61ab0add0c062b3e481db193d2004 (patch) | |
tree | 9579a8f8c3379ba5686c33b40a7e0d0c2366875c /units/meson.build | |
parent | systemd-oomd: dbus hook ups and oomctl CLI (diff) | |
download | systemd-87e2bafff9f61ab0add0c062b3e481db193d2004.tar.xz systemd-87e2bafff9f61ab0add0c062b3e481db193d2004.zip |
systemd-oomd: service files
Diffstat (limited to 'units/meson.build')
-rw-r--r-- | units/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build index 08c39c99b3..e94e7f7efd 100644 --- a/units/meson.build +++ b/units/meson.build @@ -201,6 +201,7 @@ in_units = [ ['systemd-networkd.service', 'ENABLE_NETWORKD'], ['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'], ['systemd-nspawn@.service', ''], + ['systemd-oomd.service', 'ENABLE_OOMD'], ['systemd-portabled.service', 'ENABLE_PORTABLED', 'dbus-org.freedesktop.portable1.service'], ['systemd-userdbd.service', 'ENABLE_USERDB'], |