blob: 3bc3aecfb790fcf0f334029be7e5ffbf1ce6fa4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=D-Bus System Message Bus
Documentation=man:dbus-daemon(1)
DefaultDependencies=no
Requires=dbus.socket
#dbus-daemon creates /tmp/dbus_launch
RequiresMountsFor=/tmp
[Service]
Type=notify
ExecStart=@EXPANDED_BINDIR@/dbus-daemon --system --address=systemd: --nofork --systemd-activation
ExecReload=@EXPANDED_BINDIR@/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
OOMScoreAdjust=-900
User=dbus
Group=dbus
SmackProcessLabel=System
|