v0.03: Service restart and soft reboot
After almost 4 months, pl-srv finally gets an update :3
Third release. Here are the changes:
- Added restart command
- It restarts (stops, then starts again) a service
- Added soft-reboot command
- It stops all services and then starts them again. This is the equivalent of calling halt and then init. It basically goes through a normal shutdown procedure
and then through a normal initialization procedure right after without shutting down, thus soft/warm rebooting the system
Dev Notes:
systemd has yet to implement soft rebooting (they plan to at some point), and runit is never gonna get it, while my runit clone that's still in pre-release has it,
and i find that really neat ^w^
then again, pl-srv was designed to be simple and easy to expand from the start :3