Files
p/Cargo.toml
T
vhaudiquet 06c1d81190
CI / Check, test, lint (push) Successful in 28s
feat: switch from tmux to simple nohup for remote jobs
- Remove tmux-based execution; jobs now run via nohup + shell script
- Remove p-agent daemon from workspace
- Remove `p attach` command (use `p logs -f` instead)
- Add `-d/--detach` flag to start job without streaming
- Stream output via SSH tail -F
- Ctrl+C detaches from stream; job keeps running
- `p stop` kills via PID file
- Worker requirements reduced to just rsync (no tmux needed)
2026-06-06 12:26:58 +02:00

4 lines
43 B
TOML

[workspace]
members = ["p"]
resolver = "2"