fix(formula): correct daemon commands in gastown-release

Use 'gt daemon stop/start' instead of 'gt daemons killall'
This commit is contained in:
gastown/crew/max
2026-01-17 02:10:44 -08:00
committed by Steve Yegge
parent b40a6b0736
commit 3283ee42aa
2 changed files with 8 additions and 12 deletions

View File

@@ -341,20 +341,18 @@ id = "restart-daemons"
title = "Restart daemons"
needs = ["local-install"]
description = """
Restart gt daemons to pick up the new version.
Restart gt daemon to pick up the new version.
```bash
gt daemons killall
gt daemon stop && gt daemon start
```
Daemons will auto-restart with the new version on next gt command.
Verify:
```bash
gt daemons list
gt daemon status
```
Check that daemon versions match {{version}}.
The daemon should show the new binary timestamp and no stale warning.
Note: This step is safe to retry if it fails.
"""