OpenRC - Wikipedia
https://en.wikipedia.org/wiki/OpenRCOpenRC is a dependency-based init system for Unix-like computer operating systems. It was created by Roy Marples, a NetBSD developer who was also active in the Gentoo project. It became more broadly adopted as an init system outside of Gentoo following the decision by some Linux distributions not to adopt systemd.
OpenRC/openrc: The OpenRC init system - GitHub
https://github.com/OpenRC/openrcOpenRC README. OpenRC is a dependency-based init system that works with the system-provided init program, normally /sbin/init.. building and installing. OpenRC uses the meson build system, so use the usual methods for this build system to build and install.. The old build system is still available for the 0.44.x branch, but it is considered deprecated and will be removed.
OpenRC - Gentoo Wiki
https://wikitest.gentoo.org/wiki/OpenRCOpenRC is a dependency-based init system that maintains compatibility with the system provided init program, normally located in /sbin/init.It does not function as a replacement for the /sbin/init file. OpenRC is 100% compatible with Gentoo init scripts, which means a solution can be found to run the dozens of daemons in the main Gentoo repository.
OpenRC - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/OpenRCOpenRC. From ArchWiki. Warning: Arch Linux only has official support for systemd. When using OpenRC, please mention so in support requests. OpenRC is a service manager maintained by the Gentoo developers. OpenRC is dependency based and works with the system provided init program, normally SysVinit .
Project:OpenRC - Gentoo Wiki
https://wiki.gentoo.org/wiki/Project:OpenRCOpenRC is a dependency based init system that works with the system provided init program, normally located at /sbin/init.It is not a replacement for /sbin/init. OpenRC is 100% compatible with Gentoo init scripts, which means you can probably find one for the dozens of daemons in the main Gentoo repository. OpenRC, however, is not exclusively used by Gentoo Linux, so the goal …
OpenRC/CGroups - Gentoo Wiki
https://wiki.gentoo.org/wiki/OpenRC/CGroupsOpenRC includes support for cgroups.Cgroup support is implemented following the recommendations from freedesktop.org.. OpenRC creates its own cgroup controller named openrc in which the service processes are put. If set in the service's options a new cgroup controller named openrc_${service_name} is created to hold its process inclusive all its child …