fix: harden stack restart migration

This commit is contained in:
Eyejoker
2026-03-29 07:33:13 +09:00
parent ca578d1627
commit 3dd41f749e
6 changed files with 259 additions and 6 deletions

View File

@@ -117,6 +117,9 @@ journalctl --user -u ejclaw-codex -f
journalctl --user -u ejclaw-review -f
```
Use `npm run restart:stack` from an external shell or deploy wrapper, not from inside one of the managed EJClaw services.
On existing installs, run `npm run setup -- --step service` once after pulling this slice so the `ejclaw-stack-restart.service` unit is installed.
## Development
```bash