fix(status): recognize FreeBSD rc.d in hermes status fallback #6
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/status-freebsd-rcd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Acts on the hermes FreeBSD gap analysis, quick-win #3.
hermes statusprinted "Manager: (not supported on this platform)" on FreeBSD — the gateway-status fallback only recognized systemd/launchd. Added afreebsdbranch reporting the rc.d service (service hermes_daemon), matching the linux/darwin branch style.Cosmetic-only (the displayed line). A deeper fix — teaching
get_gateway_runtime_snapshot()(gateway.py) to actually probe the rc.d service so status reports real running/installed state — is a separate, larger change worth a focused PR.py_compileclean.🤖 Generated with Claude Code
hermes statusgateway fallback