Home
last modified time | relevance | path

Searched refs:PIDFILE (Results 1 – 1 of 1) sorted by last modified time

/web-php/tests/
H A Dserver77 PIDFILE=.build/server/server.pid
103 if [[ -e "$PIDFILE" ]]; then
106 echo if not, there is probably a zombie "$PIDFILE" in this directory.
107 echo if you are sure no server is running just remove "$PIDFILE" manually and start again
113 mkdir -p $(dirname "$PIDFILE")
114 echo "$HOST":"$PORT":$! > $PIDFILE
120 if [[ -e "$PIDFILE" ]]; then
121 PIDFILECONTENT=`cat "$PIDFILE"`
132 rm -f "$PIDFILE"

Completed in 5 milliseconds