2026-02-25T21-09-11_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-02-25 14:09:11 -07:00
parent 78ef0fb33a
commit c470caf8d0
3 changed files with 21 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -35,11 +35,30 @@ signet status
curl -s http://localhost:3850/health
```
If daemon is down, run:
If daemon is down or unresponsive, restart it:
```bash
# preferred: CLI commands
signet start # start if not running
signet restart # stop + start (graceful)
# if CLI restart doesn't work, kill and restart manually
signet stop
pkill -f "signet.*daemon" # force kill if stop hangs
signet start
signet restart
# if installed as a system service (launchd on macOS, systemd on Linux)
# macOS:
launchctl kickstart -k gui/$(id -u)/com.signet.daemon
# Linux:
systemctl --user restart signet-daemon
```
After restart, confirm daemon is healthy:
```bash
signet status
curl -s http://localhost:3850/health
```
Then verify key files exist: