Lines Matching refs:pidfile
25 # pidfile: /var/run/httpd.pid
61 pidfile=${PIDFILE-/var/run/${prog}.pid}
88 LANG=$HTTPD_LANG daemon --pidfile=${pidfile} $httpd $OPTIONS
96 killproc -p ${pidfile} -d 10 $httpd
99 [ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}
104 killproc -p ${pidfile} $httpd -HUP
118 if ! test -f ${pidfile}; then
122 status -p ${pidfile} $httpd
131 if test -f ${pidfile} && status -p ${pidfile} $httpd >&/dev/null; then