Old command does not work, giving the error "Not enough arguments.", if start is provided as argument it just prints "Daemon started" and then stops, this however seems to work properly

Martijn Hols 2015-06-20 11:38:24 +02:00
commit d3bbac619e

@ -15,5 +15,5 @@ nohup php ./daemonise phpci:daemonise >/dev/null 2>&1 &
If you need to debug what's going on with your builds, you can also run the daemon directly using the following command, which will output the daemon's log directly to your terminal:
```sh
php ./console phpci:daemon
php daemonise phpci:daemonise
```