summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-04 14:27:33 +0200
committerJonathan Bauer2014-07-04 14:27:33 +0200
commiteb72a3fbf74f932f88ae204bd26298f22ee75a88 (patch)
tree30a7da6fea383d0b4060aea2776809b592a80a0f /remote/modules/dbus
parent[rfs-stage31] Source config right after fetching (diff)
downloadtm-scripts-eb72a3fbf74f932f88ae204bd26298f22ee75a88.tar.gz
tm-scripts-eb72a3fbf74f932f88ae204bd26298f22ee75a88.tar.xz
tm-scripts-eb72a3fbf74f932f88ae204bd26298f22ee75a88.zip
relative paths dont work with systemd-204
for now hardcoded /opt/openslx/bin/rm
Diffstat (limited to 'remote/modules/dbus')
-rw-r--r--remote/modules/dbus/templates/dbus.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dbus/templates/dbus.service b/remote/modules/dbus/templates/dbus.service
index 760af82f..c9f747b0 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=-rm -f /var/run/dbus/pid
+ExecStartPre=-/opt/openslx/bin/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