modify plugin name
This commit is contained in:
@@ -130,19 +130,6 @@ class Scaner extends BaseProcess
|
|||||||
$this->tick();
|
$this->tick();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function onSigterm(): static
|
|
||||||
{
|
|
||||||
pcntl_signal(SIGTERM, function () {
|
|
||||||
$this->onProcessStop();
|
|
||||||
});
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user