Commit Graph

1 Commits

Author SHA1 Message Date
Cal Corum
197b320b3b Add systemd service file for auto-start
- User service file for ~/.config/systemd/user/
- Restarts on failure with 5s delay
- Logs to journald

Install with:
  cp voice-server.service ~/.config/systemd/user/
  systemctl --user daemon-reload
  systemctl --user enable --now voice-server

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 00:20:01 -06:00