#!/bin/bash

case "$1" in
    start) 
	nohup su - autotest2 -c /local/x10-plugin/run.sh &
    ;;
esac
