Improve startup diagnostics and systemd robustness
This commit is contained in:
parent
67fc8d1701
commit
5f756ea04e
3 changed files with 18 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue