ruohki 065365662c feat: add idle timeout and parent process death detection
Prevents orphaned bbs-md processes when SSH sessions disconnect
uncleanly. Adds two mechanisms:

- Parent death check: polls getppid() each loop iteration and exits
  when the parent (sshd) dies, detecting session orphaning immediately.
- Idle timeout: configurable idle_timeout_minutes in bbs.toml (default
  0 = disabled) exits after no keyboard/mouse input for the duration.
2026-03-01 18:50:29 +01:00
S
Description
No description provided
478 KiB
Languages
Rust 100%