systemd: remove dbus pid file before starting dbus

This commit is contained in:
Lennart Poettering 2010-07-13 01:35:03 +02:00
parent 1104d2237a
commit f25041d46d

View file

@ -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