aboutsummaryrefslogtreecommitdiffstats
path: root/test.d/mdsinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'test.d/mdsinitrc')
-rwxr-xr-xtest.d/mdsinitrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.d/mdsinitrc b/test.d/mdsinitrc
index c27cdc0..978dbb6 100755
--- a/test.d/mdsinitrc
+++ b/test.d/mdsinitrc
@@ -19,12 +19,16 @@
echo "Successfully spawned mdsinitrc. "
+export PATH="$(realpath bin):${PATH}"
cd test.d
export XDG_CONFIG_HOME="${OLD_XDG_CONFIG_HOME}"
unset OLD_XDG_CONFIG_HOME
if [ -z "${XDG_CONFIG_HOME}" ]; then
unset XDG_CONFIG_HOME
fi
+mds-respawn --interval=10 \
+ { sleep 4s } \
+ { sleep 1m } &
if which terminator 2>/dev/null >&2; then
exec terminator
else