diff --git a/util/daemon.php b/util/daemon.php index d1eb70d8b1..e93306df12 100644 --- a/util/daemon.php +++ b/util/daemon.php @@ -1,8 +1,10 @@ <?php -/* -Run the poller from a daemon. -This script was taken from http://php.net/manual/en/function.pcntl-fork.php -*/ +/** + * @file util/daemon.php + * @brief Run the poller from a daemon. + * + * This script was taken from http://php.net/manual/en/function.pcntl-fork.php + */ function shutdown() { posix_kill(posix_getpid(), SIGHUP); }