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
12 lines
390 B
Desktop File
12 lines
390 B
Desktop File
[Unit]
|
|
Description=D-Bus User Message Bus
|
|
Documentation=man:dbus-daemon(1)
|
|
Requires=dbus.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
|
|
ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
|
|
|
[Install]
|
|
Alias=dbus.service
|