1
0

feat: Add systemd user service for automatic daemon startup and update installation instructions.

This commit is contained in:
2026-02-28 12:49:15 +01:00
parent 27d7d11b63
commit 6d2ad488d2
4 changed files with 21 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ The script will:
1. Publish the project as a **Native AOT** Release binary.
2. Install the executable to `/usr/bin/toak`.
3. Install **Zsh completions** to `/usr/share/zsh/site-functions/`.
4. Install and enable the `toak.service` systemd user service so the background daemon runs automatically.
---