This is unique init system to use with Linux (and maybe *BSD) containers, written in Perl. Why in Perl? Because Debian-based containers has the perl-base
package bundled.
- Template support with bundled Text::Template module. See Text::Template documentation.
- Built-in syslog server enabled by default. It listens on
/dev/log
and forwards messages to stdout. - Ability to start multiple child processes (see
pinito/services
file for details). - Common signals are forwarded to the processes spawned.
- GHA to release a tarball
- Ability to filter signals forwarding