diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 789dca62..71f1a46b 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -65,7 +65,7 @@ class FileChangeCustomProcess extends Command } if (Kiri::getPlatform()->isLinux()) { - swoole_set_process_name(Config::get('id', 'sw service.')); + swoole_set_process_name('[' . Config::get('id', 'sw service.') . ']'); } $this->trigger_reload();