mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 15:15:59 +03:00
[GH-ISSUE #44] macos docker Failed to start service #39
Labels
No labels
bug
enhancement
enhancement
notice
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zerogravity#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @cheuklcl on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/44
What happened?
zg start
Failed to start service.
zg trace
No traces today (2026-02-21)
How to reproduce
No response
Diagnostic Report
Additional Context
No response
@Radar-Lei commented on GitHub (Feb 21, 2026):
I'm not 100% sure, but it seems the Docker image only has zg init, zg token, and the like, without commands like zg start, zg extract, etc.
@NikkeTryHard commented on GitHub (Feb 21, 2026):
@Radar-Lei open a separate issue with ur zg report and zg traces
@NikkeTryHard commented on GitHub (Feb 21, 2026):
Fixed in v1.2.1. Two changes:
zg startnow falls back to direct process spawn when systemd isn't available (Docker, WSL, chroot, etc.)All 18
zgsubcommands tested and working inside Docker. Will be in the next release.@Radar-Lei commented on GitHub (Feb 22, 2026):
thx for replying. After updating to 1.3.1, everything's working great on Mac.