aboutsummaryrefslogtreecommitdiffstats
path: root/test.d
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-08 10:24:48 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-08 10:24:48 +0200
commit0210ede88f9f10ef042dc37d7494c84f3f99a634 (patch)
treeb47f8422dae075473b803e1cb37e7b82016df911 /test.d
parentwhitespace (diff)
downloadmds-0210ede88f9f10ef042dc37d7494c84f3f99a634.tar.gz
mds-0210ede88f9f10ef042dc37d7494c84f3f99a634.tar.bz2
mds-0210ede88f9f10ef042dc37d7494c84f3f99a634.tar.xz
beginning of echo server
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test.d')
-rwxr-xr-xtest.d/mdsinitrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.d/mdsinitrc b/test.d/mdsinitrc
index aaa52a6..0c1f75f 100755
--- a/test.d/mdsinitrc
+++ b/test.d/mdsinitrc
@@ -28,7 +28,9 @@ if [ -z "${XDG_CONFIG_HOME}" ]; then
fi
mds-respawn --interval=10 \
{ sleep 4s } \
- { sleep 1m } &
+ { sleep 1m } \
+ { mds-echo } \
+ &
if which terminator 2>/dev/null >&2; then
exec terminator
else