52064c57ed
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dbus#b48caa7af02f0647a1a14d9abf6fcb486a990d04
16 lines
560 B
Desktop File
16 lines
560 B
Desktop File
[Unit]
|
|
Description=D-Bus System Message Bus
|
|
Documentation=man:dbus-daemon(1)
|
|
Requires=dbus.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
|
|
ExecReload=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
|
OOMScoreAdjust=-900
|
|
|
|
[Install]
|
|
# Make sure that services can still refer to this under the name of the
|
|
# old SysV script (messagebus).
|
|
Alias=dbus.service messagebus.service
|
|
WantedBy=multi-user.target
|