Apply suggestion from @gavrielc

This commit is contained in:
gavrielc
2026-05-08 00:10:24 +03:00
committed by GitHub
parent 877d2a370a
commit 1594a0c682
+1 -1
View File
@@ -92,7 +92,7 @@ grep "Channel adapter started" logs/nanoclaw.log | tail -10
3. If the remaining service unit is missing `EnvironmentFile`, add it:
```bash
# Edit the service unit — add this line under [Service]:
# EnvironmentFile=/home/iraa/nanoclaw/.env
# EnvironmentFile=/home/[user]/nanoclaw/.env
systemctl --user daemon-reload
systemctl --user restart nanoclaw-v2-<id>.service
```