From 1d48fdebc06098161bbd75e4f73db2d1bdd87385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 3 Nov 2021 18:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerManager.php b/ServerManager.php index 6ae3be4..786cf31 100644 --- a/ServerManager.php +++ b/ServerManager.php @@ -163,7 +163,7 @@ class ServerManager $customProcess = Kiri::getDi()->get($customProcess); } $process = new Process(function (Process $soloProcess) use ($customProcess) { - $system = sprintf('[%s].process[%d]', Config::get('id', 'system-service'), $soloProcess->pid); + $system = sprintf('[%s]process[%d]', Config::get('id', 'system-service'), $soloProcess->pid); if (Kiri::getPlatform()->isLinux()) { $soloProcess->name($system . '.' . $customProcess->getName() . ' start.'); }