summaryrefslogtreecommitdiff
path: root/package/adk-test-tools/files/test.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/adk-test-tools/files/test.init')
-rwxr-xr-xpackage/adk-test-tools/files/test.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/adk-test-tools/files/test.init b/package/adk-test-tools/files/test.init
index 9812c86df..203a8c973 100755
--- a/package/adk-test-tools/files/test.init
+++ b/package/adk-test-tools/files/test.init
@@ -7,6 +7,7 @@ case $1 in
autostop) ;;
autostart)
test x"${test:-NO}" = x"NO" && exit 0
+ test x"$test" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start
exec sh $0 start
;;
start)