Move scripts/daemon.php to bin/
This commit is contained in:
parent
542ff9b082
commit
e7e497e244
2
scripts/daemon.php → bin/daemon.php
Executable file → Normal file
2
scripts/daemon.php → bin/daemon.php
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* @file scripts/daemon.php
|
||||
* @file bin/daemon.php
|
||||
* @brief Run the worker from a daemon.
|
||||
*
|
||||
* This script was taken from http://php.net/manual/en/function.pcntl-fork.php
|
Loading…
Reference in a new issue