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 -1
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