]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: install dbus-org.freedesktop.oom1.service alias
authorAnita Zhang <the.anitazha@gmail.com>
Sat, 10 Apr 2021 07:50:50 +0000 (00:50 -0700)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 10 Apr 2021 11:06:04 +0000 (13:06 +0200)
Fixes: #18469
units/meson.build

index 0d0eeea7530524b0349b11935d83a6752498aa45..15463760c6796d6f93670bb25e3be6bbc8515c6d 100644 (file)
@@ -209,7 +209,8 @@ in_units = [
         ['systemd-networkd.service',             'ENABLE_NETWORKD'],
         ['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'],
         ['systemd-nspawn@.service',              ''],
-        ['systemd-oomd.service',                 'ENABLE_OOMD'],
+        ['systemd-oomd.service',                 'ENABLE_OOMD',
+         'dbus-org.freedesktop.oom1.service'],
         ['systemd-portabled.service',            'ENABLE_PORTABLED',
          'dbus-org.freedesktop.portable1.service'],
         ['systemd-userdbd.service',              'ENABLE_USERDB'],