mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-01 19:40:28 +01:00
11 lines
460 B
SYSTEMD
11 lines
460 B
SYSTEMD
[Unit]
|
|
Description=D-Bus System Message Bus
|
|
Requires=dbus.socket
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStartPre=@EXPANDED_BINDIR@/dbus-uuidgen --ensure
|
|
ExecStartPre=-/bin/rm -f @DBUS_SYSTEM_PID_FILE@
|
|
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
|