Searched refs:upstart_pid (Results 1 – 1 of 1) sorted by relevance
17 local upstart_pid=""31 local upstart_pid=$(echo $status | awk '{ print $NF }')32 if [ -z "$upstart_pid" ] ; then41 if [ "$upstart_pid" != "$pgrep_pid" ] ; then42 echo "Upstart and daemon pids don't match: $upstart_pid vs $pgrep_pid"47 PID=$upstart_pid