summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-12-02 15:56:05 +0100
committerSimon Rettberg2013-12-02 15:56:05 +0100
commit61a7b5276d498a6f60d7ccafccefb30491cc78ae (patch)
treef6854bdf1cab2cb4dab9cd4fbe10f3090b752bf3
parent...ash compatibility... (diff)
downloadtm-scripts-61a7b5276d498a6f60d7ccafccefb30491cc78ae.tar.gz
tm-scripts-61a7b5276d498a6f60d7ccafccefb30491cc78ae.tar.xz
tm-scripts-61a7b5276d498a6f60d7ccafccefb30491cc78ae.zip
...ash compat...
-rwxr-xr-xremote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd32
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3 b/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3
index c6e9d982..8c2a6485 100755
--- a/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3
+++ b/remote/modules/dnbd3/data/opt/openslx/scripts/systemd-setup_dnbd3
@@ -10,7 +10,7 @@ for i in /dev/dnbd*; do
echo 8192 > "/sys/block/dnbd${i#/dev/dnbd}/queue/nr_requests"
done
-exec -- dnbd3-client --daemon
+exec dnbd3-client --daemon
slxlog "dnbd3-daemon" "Error launching dnbd3-client daemon"
exit 1