This commit is contained in:
2021-11-05 11:04:45 +08:00
parent 704c0808ea
commit 4b30a59f6a
@@ -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();