dbus.service 360 B

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