docs(systemd): document baked-in PATH directive and user-level security framing#17
Merged
Aaronontheweb merged 1 commit intoMay 9, 2026
Conversation
The netclaw daemon install command now bakes Environment=PATH= into the generated systemd user unit so the agent's shell tool can resolve netclaw and other user-installed binaries (netclaw-dev/netclaw#948). Update the systemd deployment doc to match: - Add a "Why user-level systemd?" section that frames the choice as security-neutral relative to running the daemon from the shell — same privileges, same blast radius, plus operational reliability. The contrast that matters is user-level vs. system-level. - Update both unit-file examples (auto-generated and manual) with the Environment=PATH= line and explain why it's needed. - Add a troubleshooting entry for "shell tool can't find netclaw" on upgraded installs that still have the older unit file, with uninstall+install migration steps and a /proc verification command. Also surface the security framing one click away from where users encounter the install command: - Make the daemon install/uninstall rows in cli/overview.md link to the systemd page. - Add a one-line note under the Daemon Management table summarizing the user-level model.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion docs PR for the daemon-install fix in netclaw-dev/netclaw#948, which bakes `Environment=PATH=` into the generated systemd user unit so the agent's shell tool can resolve `netclaw` and other user-installed binaries.
Changes
`src/content/docs/deployment/systemd.md`
`src/content/docs/cli/overview.md`
Test plan