Searched refs:PID (Results 1 - 2 of 2) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-sysrepo-cache74 PID=$(< ${SYSREPO_CACHE_DIR}/../sysrepo_htcacheclean.pid)
75 echo "Previous htcacheclean pid file found - killing process $PID"
76 /usr/bin/kill -TERM $PID
77 check_failure $? "failed to kill htcacheclean process $PID" \
H A Dsvc-pkg-depot174 PID=$(< $pid_file)
175 /usr/bin/kill -TERM $PID
177 $PID" "not_fatal"
192 PID=$(< $pid_file)
193 /usr/bin/ptree $PID | /usr/bin/awk '{print $1}' | \
195 check_failure $? "failed to kill apache process $PID" \

Completed in 9 milliseconds