diff options
Diffstat (limited to 'abs/core-testing/skvm-hg/run')
-rwxr-xr-x | abs/core-testing/skvm-hg/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/skvm-hg/run b/abs/core-testing/skvm-hg/run new file mode 100755 index 0000000..188f5d8 --- /dev/null +++ b/abs/core-testing/skvm-hg/run @@ -0,0 +1,8 @@ +#!/bin/bash +exec 2>&1 +export TERM=linux +./etc/rc.conf +./etc/rc.d/functions +svwaitup hal 2>/dev/null 1>/dev/null +stat_runit "Starting skvm" +exec /etc/rc.d/skvm start |