Subversion Repositories DevTools

Rev

Rev 850 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 850 Rev 894
Line 22... Line 22...
22
        check_running
22
        check_running
23
	if [ "$pid" ]; then
23
	if [ "$pid" ]; then
24
          echo 'running'
24
          echo 'running'
25
        else
25
        else
26
          echo 'starting'
26
          echo 'starting'
27
          su - buildadm -c 'source /etc/profile;jats eprog /home/buildadm/buildtool/abtlaunch 2>/tmp/buildtool 1>&2' &
27
          su - buildadm -c 'source /etc/profile;unset GBE_PLATFORM;jats -NoExportVars eprog /home/buildadm/buildtool/abtlaunch 2>/tmp/buildtool 1>&2' &
28
	fi
28
	fi
29
}
29
}
30
 
30
 
31
stop() {
31
stop() {
32
	# Stop daemons.
32
	# Stop daemons.