D-Bus User Message Bus (Session Bus) is enabled from systemd
[AGL/meta-agl.git] / meta-agl / recipes-core / dbus / dbus / dbus.service
1 [Unit]
2 Description=D-Bus User Message Bus
3 Documentation=man:dbus-daemon(1)
4 Requires=dbus.socket
5
6 [Service]
7 ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
8 ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
9 Restart=always
10 RestartSec=1