Difference between revisions of "Template:Navbar OpenRC"
From GhostBSD Wiki
Line 18: | Line 18: | ||
|'''/etc/[[rc.conf]]'''<br/> The global OpenRC configuration file | |'''/etc/[[rc.conf]]'''<br/> The global OpenRC configuration file | ||
|'''/etc/[[rc.conf.ghostbsd]]'''<br/>GhostBSD specific configurations | |'''/etc/[[rc.conf.ghostbsd]]'''<br/>GhostBSD specific configurations | ||
+ | |- | ||
+ | |'''/etc/[[Rc.d|rc.d]]'''<br/>Scripts automatically executed at boot and shutdown | ||
+ | | | ||
+ | | | ||
|- | |- | ||
Revision as of 07:03, 20 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 |
||
Back to the System |