diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-23 17:45:57 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-23 18:01:54 +0200 |
commit | a132bef0239e6c3f04096eee3a00c7ecf24a4f5c (patch) | |
tree | c0a8055dc347a5d9d2946318151c3c97f2b46d10 /units/systemd-logind.service.in | |
parent | Drop bus-policy bits (diff) | |
download | systemd-a132bef0239e6c3f04096eee3a00c7ecf24a4f5c.tar.xz systemd-a132bef0239e6c3f04096eee3a00c7ecf24a4f5c.zip |
Drop kdbus bits
Some kdbus_flag and memfd related parts are left behind, because they
are entangled with the "legacy" dbus support.
test-bus-benchmark is switched to "manual". It was already broken before
(in the non-kdbus mode) but apparently nobody noticed. Hopefully it can
be fixed later.
Diffstat (limited to 'units/systemd-logind.service.in')
-rw-r--r-- | units/systemd-logind.service.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index bb4a23ec83..f851373658 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -13,8 +13,7 @@ Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat Wants=user.slice After=nss-user-lookup.target user.slice -# Ask for the dbus socket. If running over kdbus, the socket will -# not be actually used. +# Ask for the dbus socket. Wants=dbus.socket After=dbus.socket |