diff options
| author | Jonathan Bauer | 2014-07-04 14:27:33 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-04 14:27:33 +0200 |
| commit | eb72a3fbf74f932f88ae204bd26298f22ee75a88 (patch) | |
| tree | 30a7da6fea383d0b4060aea2776809b592a80a0f /remote/modules/dbus | |
| parent | [rfs-stage31] Source config right after fetching (diff) | |
| download | tm-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.service | 2 |
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 |
