3 # sourcing our current rc.conf requires this to be a bash script
8 tair_root
=/usr
/local
/tair
11 PID
=`cat $tair_root/logs/config.pid`
15 stat_busy
"Tair config server"
16 $tair_root/sbin
/tair_cfg_svr
-f $tair_root/etc
/configserver.conf
24 stat_busy
"Stopping Tair config server"
25 [ ! -z "$PID" ] && kill $PID &> /dev
/null
38 echo "usage: $0 {start|stop|restart}"