]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: add implicit dbus deps only for Type=dbus units 17039/head
authorLennart Poettering <lennart@poettering.net>
Sat, 12 Sep 2020 13:53:24 +0000 (15:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 14 Sep 2020 09:07:30 +0000 (11:07 +0200)
commita7f49f0b7c71dfac47ac5d9cae062bcbdb73117b
treeea35fad606feaab76dabd0aafb331741eb995712
parent31d74c66e245fdfdcdbb28c4179cc62a5434570f
service: add implicit dbus deps only for Type=dbus units

We want to be able to use BusName= in services that run during early boot
already, and thus don't synthesize deps on dbus there. Instead add them
when Type=dbus is set, because in that case we actually really need
D-Bus support.

Fixes: #17037
src/core/service.c