fix(daemon): add headless server hints to systemd unavailable error#54062
Merged
steipete merged 1 commit intoopenclaw:mainfrom Mar 25, 2026
Merged
fix(daemon): add headless server hints to systemd unavailable error#54062steipete merged 1 commit intoopenclaw:mainfrom
steipete merged 1 commit intoopenclaw:mainfrom
Conversation
Add loginctl enable-linger and XDG_RUNTIME_DIR recovery hints to the generic (non-WSL) systemd unavailable error path, helping users on SSH/headless servers diagnose and fix the issue without a desktop session. Fixes openclaw#11805 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
Greptile SummaryThis PR adds two actionable recovery hints to the non-WSL systemd-unavailable error path, specifically targeting headless/SSH server users who previously only saw the generic "install/enable systemd" message. The changes are minimal and well-scoped.
Confidence Score: 5/5
Reviews (1): Last reviewed commit: "fix(daemon): add headless server hints t..." | Re-trigger Greptile |
steipete
added a commit
that referenced
this pull request
Mar 25, 2026
Contributor
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
loginctl enable-lingerandXDG_RUNTIME_DIRrecovery hints to the non-WSL systemd unavailable error path inrenderSystemdUnavailableHintsChanges
src/daemon/systemd-hints.tsTest plan
pnpm test src/daemon/systemd-hints.test.tspassesopenclaw gateway statusshows the new hints when systemd user services are unavailableFixes #11805
🤖 Generated with Claude Code