mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 03:28:11 +02:00
systemd: remove dbus pid file before starting dbus
This commit is contained in:
parent
1104d2237a
commit
f25041d46d
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue