picoinit v0.2.0
Released Mon, Feb 21 2022 12:50 AM UTC+0000
picoinit with pre-hook support.
picoinit now supports pre-hook using the --picoinit-pre-hook flag which
allows supplying a command (along with args) as a pre-hook that gets
executed prior to launching the services.
The pre-hook should successfully exit for picoinit to continue launching
the services. If the pre-hook fails, picoinit also exits with the same
exit status code from the pre-hook.
Changelog
- eafd886: build: Revamp Makefile. (@Tuxdude)
- c20bfe5: feat: Support pre-hook. (@Tuxdude)
- 524edbd: feat: Support pre-hook. (@Tuxdude)
- d00c2d5: feat: Support pre-hook. (@Tuxdude)
Thanks!
Those include all the new changes in the v0.2.0 release!