Home | History | Annotate | Download | only in bus
      1 [Unit]
      2 Description=D-Bus System Message Bus
      3 Requires=dbus.socket
      4 After=syslog.target
      5 
      6 [Service]
      7 ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
      8 ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
      9 OOMScoreAdjust=-900
     10