From d01da409c69a021f7511f46c206a884cbeed2d2b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 2 Jul 2014 15:57:24 +0200 Subject: remove hardcoded /bin/rm call. Relative calls work in services files --- remote/modules/dbus/templates/dbus.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/modules/dbus') diff --git a/remote/modules/dbus/templates/dbus.service b/remote/modules/dbus/templates/dbus.service index 00b721f2..760af82f 100644 --- a/remote/modules/dbus/templates/dbus.service +++ b/remote/modules/dbus/templates/dbus.service @@ -6,7 +6,7 @@ After=syslog.target [Service] %UUIDGEN% -ExecStartPre=-/bin/rm -f /var/run/dbus/pid +ExecStartPre=-rm -f /var/run/dbus/pid ExecStart=%DAEMON% --system --address=systemd: --nofork %DAEMON_ARGS% ExecReload=%SEND% --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig OOMScoreAdjust=-900 -- cgit v1.2.3-55-g7522