Commit cf8e07d
committed
fix(dev): auto-remove stale overmind socket on start
A crashed overmind run leaves .overmind.sock behind, so the next
bin/dev aborts with "overmind is already running". Remove the
socket before starting, guarded by a pgrep check so a live
session is never clobbered.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 12ccfe8 commit cf8e07d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments