Commit 9f49b7d4 authored by chenchuanwen's avatar chenchuanwen

runre

parent 4a45cebc
...@@ -93,7 +93,6 @@ class runRedisPush ...@@ -93,7 +93,6 @@ class runRedisPush
if (file_exists($this->pidfile)) { if (file_exists($this->pidfile)) {
$pid = file_get_contents($this->pidfile); $pid = file_get_contents($this->pidfile);
posix_kill($pid, SIGUSR1); posix_kill($pid, SIGUSR1);
exit;
//posix_kill(posix_getpid(), SIGHUP); //posix_kill(posix_getpid(), SIGHUP);
// posix_kill($pid, SIGHUP); // posix_kill($pid, SIGHUP);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment