Home
last modified time | relevance | path

Searched refs:upstart_pid (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/platform_DaemonsRespawn/
Dtest_respawn.sh17 local upstart_pid=""
31 local upstart_pid=$(echo $status | awk '{ print $NF }')
32 if [ -z "$upstart_pid" ] ; then
41 if [ "$upstart_pid" != "$pgrep_pid" ] ; then
42 echo "Upstart and daemon pids don't match: $upstart_pid vs $pgrep_pid"
47 PID=$upstart_pid