From: Michael Biebl Date: Wed, 12 Jan 2022 07:16:45 +0000 (+0100) Subject: units: don't install dbus-org.freedesktop.oom1.service alias X-Git-Tag: archive/raspbian/250.3-2+rpi1^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=403c59bc217cd12e7aa446e82e4e1f8894c21911;p=systemd.git 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. (cherry picked from commit 794aa5f57f616d1fd3d0ad803f5e7594c33391a0) Gbp-Pq: Name units-don-t-install-dbus-org.freedesktop.oom1.service-ali.patch --- diff --git a/units/meson.build b/units/meson.build index a9bf28f6..3184433b 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'],