modify plugin name

This commit is contained in:
2022-06-22 18:55:30 +08:00
parent 71c1d8c9d3
commit 8deff8743a
-13
View File
@@ -130,19 +130,6 @@ class Scaner extends BaseProcess
$this->tick();
}
/**
* @return $this
*/
public function onSigterm(): static
{
pcntl_signal(SIGTERM, function () {
$this->onProcessStop();
});
return $this;
}
/**
* @throws Exception
*/