diff options
| author | Jonathan Bauer | 2014-07-02 15:57:24 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-02 15:57:24 +0200 |
| commit | d01da409c69a021f7511f46c206a884cbeed2d2b (patch) | |
| tree | 7f5d8d53865c089c16d6810e8afe2fe79da455a1 /remote/modules/dbus | |
| parent | [rfs-s31] linking bb applets breaks some stage4's binaries (diff) | |
| download | tm-scripts-d01da409c69a021f7511f46c206a884cbeed2d2b.tar.gz tm-scripts-d01da409c69a021f7511f46c206a884cbeed2d2b.tar.xz tm-scripts-d01da409c69a021f7511f46c206a884cbeed2d2b.zip | |
remove hardcoded /bin/rm call. Relative calls work in services files
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 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 |
