1[Unit]
2Description=D-Bus User Message Bus
3Documentation=man:dbus-daemon(1)
4Requires=dbus.socket
5
6[Service]
7ExecStart=@EXPANDED_BINDIR@/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
8ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
9