On Wed, 05 Jun 2019 at 13:12:06 +0200, Michael Biebl wrote: > On Mon, 13 May 2019 16:07:27 +0100 Simon McVittie <s...@debian.org> wrote: > > after Debian 10 'buster' is released, > > /usr/share/dbus-1/services/org.freedesktop.systemd1.service and > > /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service should > > become unnecessary, and they can be removed from the systemd package for > > bullseye. > > I assume we will still need the stub service files for the other > services provided by systemd? Looking through system-services, I have > > org.freedesktop.hostname1.service:Exec=/bin/false > org.freedesktop.import1.service:Exec=/bin/false (etc.)
Correct. There is no special case for these services, and dbus-daemon does not have a way to say "this service is activatable, but only if you are using systemd activation". The special case only applies to the systemd manager itself, because of its special role in systemd activation. smcv