www.LinuxHowtos.org
openr-init
Section: Maintenance Commands (8)Updated: SMM
Index Return to Main Contents
BSD mandoc
OpenRC
NAME
openr-init - the parent of all processesSYNOPSIS
[runlevel]DESCRIPTION
is an init process which can be an alternative to sysvinit or any other init process.To use configure your boot loader to invoke it or symlink it to /sbin/init. Also, you will need to use openr-shutdown8, to halt, reboot or poweroff the system.
The default runlevel is read from the init command line, the rc_default_runlevel setting in rc.conf, the kernel command line, or it is assumed to be "default" if it is not set in any of these places.
doesn't manage getty's directly, so you will need to manage them another way. For example, you can use the agetty service script as described in agett-guide.md in this distribution.
ENVIRONMENT
EINFO_QUIET is honored by openr-init. When set to true, it won't print anything to stdout.BUGS
This was first released as part of OpenRC 0.25. I do not know of any specific issues. However, since this is the first release of openr-init, please test and report any issues you find.SEE ALSO
openr-shutdown8,AUTHORS
An William Hubbs <w.d.hubbs@gmail.com>