From 1594a0c682cb2fee431bd6e565d3a7336e5e730b Mon Sep 17 00:00:00 2001 From: gavrielc Date: Fri, 8 May 2026 00:10:24 +0300 Subject: [PATCH] Apply suggestion from @gavrielc --- .claude/skills/debug/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/debug/SKILL.md b/.claude/skills/debug/SKILL.md index 25c5dcf..524ff0c 100644 --- a/.claude/skills/debug/SKILL.md +++ b/.claude/skills/debug/SKILL.md @@ -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-.service ```