OpenRC
Revision as of 21:50, 19 January 2020 by Hikari Tadashi (talk | contribs) (added a directory where the scripts are)
OpenRC 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. It is the default system in postmarketOS, and documentation can be found on the Gentoo wiki. For information related to handwriting an init script, check out Gentoos guide to initscripts
Init scripts are stored in /etc/init.d/
but it is generally recommended you do not write them by hand