Project Description
rinit is an init written in Rust. It offers a valid alternative to systemd for PID 1 and service management. It uses the supervision to manage long running programs (deamons), log everything to files (no binary log interface) and provides an easy to use command line interface. rinit is already working and able to spawn services and handle their dependencies.
Goal for this Hackweek
The goal for this Hackweek is to polish the command line interface and the daemon. There is a lot of work to make it more user friendly and catch edge cases bugs. Adding an integration test for the daemon would also be helpful. The last thing would be to add "Providers" services and integrate them into the current codebase.
Resources
Looking for hackers with the skills:
This project is part of:
Hack Week 21
Activity
Comments
Be the first to comment!
Similar Projects
Kanidm: A safe and modern IDM system by firstyear
Kanidm is an IDM system written in Rust for mod...