#!/bin/sh
cd `dirname $0`
exec 2>&1
# exec chpst -u sweb:sweb ../start
USER=sweb:sweb
# USER=tom:tom
exec chpst -u $USER ../start

