path: opensm_3.3.23-3.1/scripts/opensm.init.in
Xstatus () {
	pid="`pidof opensm`"
	ret=$?
	if [ $ret -eq 0 ] ; then
