dee6ad741760e64f5f5bd29a60b4213e5026f0e4
[AGL/meta-agl.git] / meta-agl-profile-core / 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