This commit is contained in:
2020-12-28 18:27:45 +08:00
parent cabdd0ba83
commit 4f488580b1
2 changed files with 6 additions and 5 deletions
-4
View File
@@ -251,10 +251,6 @@ class Server extends Application
$system->write(Json::encode($this->params[$name]));
}
$this->baseServer->addProcess($system);
if (Snowflake::isLinux()) {
$prefix = ucfirst(rtrim(Snowflake::app()->id, ':'));
$system->name($prefix . ': ' . $name . '::' . $process);
}
$application->set($process, $system);
}
}