This commit is contained in:
2021-11-04 23:58:05 +08:00
parent d46f09bd18
commit de67663c64
+1 -1
View File
@@ -36,7 +36,7 @@ abstract class Server
if (Kiri::getPlatform()->isMac()) {
return;
}
$name = Config::get('id', 'system-service');
$name = '[' . Config::get('id', 'system-service') . ']';
if (!empty($prefix)) {
$name .= '.' . $prefix;
}