chore: directory migration - gateway→server, web→client/electron

This commit is contained in:
2026-09-08 19:16:35 +08:00
parent fd9f99a3f9
commit f9d757b5e5
243 changed files with 5095 additions and 228 deletions

View File

@ -399,5 +399,7 @@ function shutdown(reason) {
main().catch((e) => {
log(`启动失败: ${describeError(e)}`);
releaseLock();
// 故障邮件由 systemd ExecStopPost 统一发送:它还能覆盖 SIGKILL/OOM
// 而进程内的 uncaughtException 钩子覆盖不了这些真正的意外终止。
process.exit(1);
});