Fix systemd setup instructions — enable by path, no manual copy

This commit is contained in:
2026-05-17 21:24:35 +00:00
parent 15107e8850
commit 410b9a07dc

View File

@@ -79,8 +79,7 @@ POST /api/render-markdown body: { text, mode? } → { html }
1. Fill in `WorkingDirectory` with the path to the deployed app
2. Create a dedicated user: `useradd -r task-inventory`
3. Copy the unit file to `/etc/systemd/system/`
4. `systemctl enable --now task-inventory`
3. `systemctl enable --now /path/to/deployment/task-inventory.service`
Packaging (Arch, Debian, etc.) is not set up yet.