During the GSoC I mostly worked on systemgo, and I've also made some PR's to browsix
Systemgo is an init system capable of reading in systemd-unit files. It also resolves dependencies. There is a systemctl tool provided, which communicates with init using the net/rpc package.
In current implementation the sytemctl only provides start, stop, status and list-units capabilities.(while implementing new ones is easy using the already-defined server RPC
reload functionality, while supported by the system.Daemon
