HomeSort by relevance Sort by last modified time
    Searched refs:PidFile (Results 1 - 3 of 3) sorted by null

  /external/openssh/
opensshd.init.in 16 PIDFILE=$piddir/sshd.pid
17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'`
18 [ X$PidFile = X ] || PIDFILE=$PidFile
46 if [ -r $PIDFILE -a ! -z ${PIDFILE} ]; then
47 PID=`${CAT} ${PIDFILE}`
  /external/autotest/site_utils/admin/apache/
apache2.conf 62 # PidFile: The file in which the server should record its process
66 PidFile ${APACHE_PID_FILE}
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 74 PidFile $tmpdir/sshd.pid

Completed in 171 milliseconds