mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 17:10:11 +01:00
We install the symlink to enable dbus.socket statically, so it doesn't make much sense to invoke `systemctl enable` on it; and dbus.service should normally be started by socket activation (or possibly an explicit dependency) rather than manually. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92402 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Lennart Poettering
6 lines
171 B
SYSTEMD
6 lines
171 B
SYSTEMD
[Unit]
|
|
Description=D-Bus User Message Bus Socket
|
|
|
|
[Socket]
|
|
ListenStream=%t/bus
|
|
ExecStartPost=-@SYSTEMCTL@ --user set-environment DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
|