Move scripts/daemon.php to bin/

This commit is contained in:
Hypolite Petovan 2018-03-18 23:24:09 -04:00
parent 542ff9b082
commit e7e497e244
1 changed files with 1 additions and 1 deletions

2
scripts/daemon.php → bin/daemon.php Executable file → Normal file
View 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