Searched refs:xenstored_pid (Results 1 – 2 of 2) sorted by relevance
42 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${XENSTORED})43 if test -z "$xenstored_pid"; then92 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${XENSTORED})93 if test -n ${xenstored_pid}; then94 pids="$pids $xenstored_pid"102 if test -n "$xenconsoled_pid" -a -n "$xenstored_pid";107 if test -z "$xenconsoled_pid" -a -z "$xenstored_pid";113 if test -n $xenstored_pid; then114 echo "xenstored is running as pid $xenstored_pid."
40 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)41 if test -z "$xenstored_pid"; then90 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)91 if test -n ${xenstored_pid}; then92 pids="$pids $xenstored_pid"100 if test -n "$xenconsoled_pid" -a -n "$xenstored_pid";105 if test -z "$xenconsoled_pid" -a -z "$xenstored_pid";111 if test -n $xenstored_pid; then112 echo "xenstored is running as pid $xenstored_pid."
Completed in 2 milliseconds