This commit is contained in:
2021-03-01 19:21:37 +08:00
parent 2f93063a99
commit d20334791b
-7
View File
@@ -22,13 +22,6 @@ class OnManagerStart extends Callback
{
/** @var int|string 重启信号 */
private int $signal = SIGUSR1 | SIGUSR2;
/** @var bool 是否打印 */
private bool $isPrint = false;
/**
* @param Server $server
* @throws Exception