diff options
author | Michael Biebl <biebl@debian.org> | 2022-01-12 08:16:45 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-01-12 08:16:45 +0100 |
commit | 794aa5f57f616d1fd3d0ad803f5e7594c33391a0 (patch) | |
tree | 4d1ad3fd514be9abff65a5f933f9b012738ff97c /units/meson.build | |
parent | fix test-string-util failed when locale is not utf8 (diff) | |
download | systemd-794aa5f57f616d1fd3d0ad803f5e7594c33391a0.tar.xz systemd-794aa5f57f616d1fd3d0ad803f5e7594c33391a0.zip |
units: don't install dbus-org.freedesktop.oom1.service alias
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.
Diffstat (limited to 'units/meson.build')
-rw-r--r-- | units/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/meson.build b/units/meson.build index a9bf28f6d9..3184433b8f 100644 --- a/units/meson.build +++ b/units/meson.build @@ -221,8 +221,7 @@ in_units = [ ['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'], |