]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: don't install dbus-org.freedesktop.oom1.service alias
authorMichael Biebl <biebl@debian.org>
Wed, 12 Jan 2022 07:16:45 +0000 (08:16 +0100)
committerMichael Biebl <biebl@debian.org>
Wed, 12 Jan 2022 07:16:45 +0000 (08:16 +0100)
The systemd-oomd.service unit contains

[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.oom1.service

which means the symlink is supposed to be created dynamically when the
service is enabled.

units/meson.build

index a9bf28f6d9dd430f2f538a87632c0747662206dd..3184433b8f547198befc71ecf67f794fd1e2d2f5 100644 (file)
@@ -221,8 +221,7 @@ in_units = [
         ['systemd-networkd.service',             'ENABLE_NETWORKD'],
         ['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'],
         ['systemd-nspawn@.service',              ''],
         ['systemd-networkd.service',             'ENABLE_NETWORKD'],
         ['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'],
         ['systemd-nspawn@.service',              ''],
-        ['systemd-oomd.service',                 'ENABLE_OOMD',
-         'dbus-org.freedesktop.oom1.service'],
+        ['systemd-oomd.service',                 'ENABLE_OOMD'],
         ['systemd-portabled.service',            'ENABLE_PORTABLED',
          'dbus-org.freedesktop.portable1.service'],
         ['systemd-userdbd.service',              'ENABLE_USERDB'],
         ['systemd-portabled.service',            'ENABLE_PORTABLED',
          'dbus-org.freedesktop.portable1.service'],
         ['systemd-userdbd.service',              'ENABLE_USERDB'],