This commit is contained in:
2021-11-05 11:07:06 +08:00
parent 4b30a59f6a
commit 3dba884f64
@@ -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.') . '].sw:wather');
}
$this->trigger_reload();