mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 21:42:06 +00:00
fix(gateway): trace restart intent reasons
This commit is contained in:
@@ -208,6 +208,7 @@ async function restartGatewayWithoutServiceManager(
|
||||
}
|
||||
writeGatewayRestartIntentSync({
|
||||
targetPid: pids[0],
|
||||
reason: "gateway.restart",
|
||||
...(restartIntent ? { intent: restartIntent } : {}),
|
||||
});
|
||||
signalVerifiedGatewayPidSync(pids[0], "SIGUSR1");
|
||||
|
||||
Reference in New Issue
Block a user