summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-core/dbus/dbus/dbus.service
blob: dee6ad741760e64f5f5bd29a60b4213e5026f0e4 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=D-Bus User Message Bus
Documentation=man:dbus-daemon(1)
Requires=dbus.socket

[Service]
ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
Restart=always
RestartSec=1