phpci/daemonise.sh
2016-03-23 10:16:20 -04:00

6 lines
174 B
Bash

#!/usr/bin/bash
cd /usr/local/phpci/phpci
PATH=/usr/local/phpci:$PATH
nohup php ./daemonise phpci:daemonise >/dev/null 2>&1 & echo $! > /usr/local/phpci/phpci.daemonise.pid