Improve startup diagnostics and systemd robustness

This commit is contained in:
Thales Maciel 2026-02-26 16:31:34 -03:00
parent 67fc8d1701
commit 5f756ea04e
3 changed files with 18 additions and 2 deletions

View file

@ -125,6 +125,11 @@ systemctl --user daemon-reload
systemctl --user enable --now aman
```
Service notes:
- The user unit launches `uv` via `/usr/bin/env`; ensure `uv` is available in your user `PATH` (for example `~/.local/bin`).
- Inspect failures with `systemctl --user status aman` and `journalctl --user -u aman -f`.
## Usage
- Press the hotkey once to start recording.