Comment 22 for bug 1438612

Revision history for this message
In , Simon McVittie (smcv) wrote :

(In reply to Martin Pitt from comment #8)
> ConditionPathExists=!/run/dbus/system_bus_socket

That can't be suitable, because dbus.socket creates that filesystem object, so dbus-daemon would never start.

Removing --nopidfile and adding ConditionPathExists=!/run/dbus/pid in addition to the patch I posted above (for upstream consumption that would be @DBUS_SYSTEM_PID_FILE@) does work.