Add sessiond restart command to docs

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 14:04:56 +02:00
parent 886c0fcde9
commit 34df785b68
2 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -7,4 +7,10 @@ This project is expected to run locally using split systemd user services:
When working on this project, assume the session runtime owner is long-lived and separate from the autoreloading UI/API process. Browser disconnects and UI/API restarts should not stop active Pi sessions.
If you make changes that affect `src/server/sessiond.ts`, session runtime ownership, the session daemon protocol, or any code path only loaded by the session daemon, inform the user that `pi-web-sessiond.service` must be manually restarted. Changes to the web/API/UI side generally only require the `pi-web-ui-dev.service` autoreload/restart path.
If you make changes that affect `src/server/sessiond.ts`, session runtime ownership, the session daemon protocol, or any code path only loaded by the session daemon, inform the user that `pi-web-sessiond.service` must be manually restarted and give them this command:
```bash
systemctl --user restart pi-web-sessiond.service
```
Changes to the web/API/UI side generally only require the `pi-web-ui-dev.service` autoreload/restart path.