Support non-systemd init systems (OpenRC, runit) #22
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
elegos/linux-hello#22
Loading…
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?
Context
linux-hello currently assumes systemd as the init system. This is fine for the primary targets (Fedora, Arch, Bazzite), but excludes relevant distributions running OpenRC or runit.
What works today
`libudev` (used for camera device enumeration) is API-compatible with `eudev`, which is the udev replacement used on OpenRC/runit systems. Binaries built against systemd's libudev should work as-is on those systems.
What's missing
Out of scope
Alpine Linux — no typical graphical DM, not a target desktop distribution.
Priority
Low — systemd covers all current target distros. Revisit when there is user demand from Void or Artix users.