diff options
| author | Simon Rettberg | 2014-07-04 14:51:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2014-07-04 14:51:37 +0200 |
| commit | b0d1d643c7259b41d51437f0d468cbb0bb8c2773 (patch) | |
| tree | c200c1e29ae4d41f9ab7ea7b9ee4f0c6c586ad75 /remote/modules/dbus | |
| parent | "Fedora Support", step 1 -> (diff) | |
| parent | relative paths dont work with systemd-204 (diff) | |
| download | tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.tar.gz tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.tar.xz tm-scripts-b0d1d643c7259b41d51437f0d468cbb0bb8c2773.zip | |
Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts
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 |
