David Herrmann 2fe9ed5
[Unit]
David Herrmann 2fe9ed5
Description=D-Bus System Message Bus
David Herrmann 2fe9ed5
Documentation=man:dbus-daemon(1)
David Herrmann 2fe9ed5
Requires=dbus.socket
David Herrmann 2fe9ed5
David Herrmann 2fe9ed5
[Service]
David Herrmann 2fe9ed5
ExecStart=/usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
David Herrmann 2fe9ed5
ExecReload=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
David Herrmann 2fe9ed5
OOMScoreAdjust=-900
David Herrmann 896fb4a
David Herrmann 896fb4a
[Install]
4873c18
# Make sure that services can still refer to this under the name of the
4873c18
# old SysV script (messagebus).
4873c18
Alias=dbus.service messagebus.service
David Herrmann 896fb4a
WantedBy=multi-user.target