Searched refs:PIDFILE (Results 1 – 1 of 1) sorted by relevance
77 PIDFILE=.build/server/server.pid103 if [[ -e "$PIDFILE" ]]; then106 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 again113 mkdir -p $(dirname "$PIDFILE")114 echo "$HOST":"$PORT":$! > $PIDFILE120 if [[ -e "$PIDFILE" ]]; then121 PIDFILECONTENT=`cat "$PIDFILE"`132 rm -f "$PIDFILE"
Completed in 3 milliseconds