OpenRC/openrc-init - Gentoo Wiki
https://wiki.gentoo.org/wiki/OpenRC/openrc-initNow the familiar commands halt, reboot and the like should work as per normal.. Optional: remove openrc-init, revert back to sysv-init. In case openrc-init is not working properly, or for any other reason it is desired to revert back to sys-apps/sysvinit, then that is possible by executing the above steps in reverse order.Please do not forget to log a bug in case openrc-init didn't work.
OpenRC - Alpine Linux
https://wiki.alpinelinux.org/wiki/OpenRCAlpine Linux uses OpenRC for its init system. The following commands are available to manage the init system: Basics: rc-update add <service> <runlevel>. rc-update del <service> <runlevel>. rc-service <service> <start stop restart> # ⇔ /etc/init.d/service <start stop restart>. To check services and their set runlevels:
OpenRC - Gentoo Wiki
wiki.gentoo.org › wiki › OpenRCOpenRC reads the kernel command-line used at boot time, and will start the runlevel specified by the softlevel parameter if provided. If no softlevel parameter is provided, the default runlevel will be used. The following example shows a grub configuration allowing to choose to boot into either the default or nonetwork runlevels:
OpenRC - Alpine Linux
wiki.alpinelinux.org › wiki › OpenRCAlpine Linux uses OpenRC for its init system. The following commands are available to manage the init system: Basics: rc-update add <service> <runlevel>. rc-update del <service> <runlevel>. rc-service <service> <start stop restart> # ⇔ /etc/init.d/service <start stop restart>. To check services and their set runlevels:
OpenRC/openrc-init - Gentoo Wiki
wiki.gentoo.org › wiki › OpenRCTo use commands like reboot and shutdown instead of openrc-shutdown, sys-apps/openrc can be re-emerged with the sys-utils use flag enabled (it is fine if the deselect operation does not find any package): root # echo "sys-apps/openrc sysv-utils" >> /etc/portage/package.use/openrc root # emerge --deselect sys-apps/sysvinit