You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
390 B
12 lines
390 B
[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
|