summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-12-20 12:26:17 +0100
committerLennart Poettering <lennart@poettering.net>2019-12-20 17:28:12 +0100
commitb895fa08e6809ab54e20888f7d01ae848272e981 (patch)
treec0a192b569270996efa1631ef68f8988c3bc20d7 /README
parent1cb342447d92053ab1750e498b6591f3dd46f0f6 (diff)
downloadsystemd-b895fa08e6809ab54e20888f7d01ae848272e981.tar.gz
Revert "Drop dbus activation stub service"
This reverts commit 07125d24eedb71693b3bf2b1f0730cd01aaac2dd. In contrast to what is claimed in #13396 dbus-broker apparently does care for the service file to be around, and otherwise will claim "Service Not Activatable" in the time between systemd starting up the broker and connecting to it, which the stub service file is supposed to make go away. Reverting this makes the integration test suite pass again on host with dbus-broker (i.e. current Fedora desktop). Tested with dbus-broker-21-6.fc31.x86_64.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 8dbf94b49c..b2c8d28411 100644
--- a/README
+++ b/README
@@ -174,7 +174,9 @@ REQUIREMENTS:
dependencies:
util-linux >= v2.27.1 required
- dbus >= 1.11.0 (strictly speaking optional, but recommended)
+ dbus >= 1.4.0 (strictly speaking optional, but recommended)
+ NOTE: If using dbus < 1.9.18, you should override the default
+ policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d).
dracut (optional)
polkit (optional)