diff options
Diffstat (limited to 'test.d/mdsinitrc')
-rwxr-xr-x | test.d/mdsinitrc | 4 |
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 |