Difference between revisions of "Template:Navbar OpenRC"
From GhostBSD Wiki
Line 21: | Line 21: | ||
|'''/etc/[[Rc.d|rc.d]]'''<br/>Scripts automatically executed at boot and shutdown | |'''/etc/[[Rc.d|rc.d]]'''<br/>Scripts automatically executed at boot and shutdown | ||
|'''/usr/[[Local/etc/rc.d|local/etc/rc.d]]'''<br/> Special scripts | |'''/usr/[[Local/etc/rc.d|local/etc/rc.d]]'''<br/> Special scripts | ||
− | | | + | |'''/sbin/[[Rcorder|rcorder]]'''<br/>Ordering rc-scripts |
|- | |- | ||
Revision as of 16:58, 24 March 2020
OpenRC | ||
---|---|---|
/etc/rc rc - shell |
/etc/rc.devd The generic hook into OpenRC. |
/etc/devd.conf Configuration file for devd(8) |
/etc/conf.d Initscript Configuration Files |
/etc/init.d Scripts to run OpenRC |
/etc/rc.conf.d Smaller configuration files |
/etc/defaults/rc.conf Specifies the default settings for all the available options. |
/etc/rc.conf The global OpenRC configuration file |
/etc/rc.conf.ghostbsd GhostBSD specific configurations |
/etc/rc.d Scripts automatically executed at boot and shutdown |
/usr/local/etc/rc.d Special scripts |
/sbin/rcorder Ordering rc-scripts |
Back to the System |