10 lines
380 B
SYSTEMD
10 lines
380 B
SYSTEMD
|
[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
|