Difference between revisions of "Template:Navbar OpenRC"
From GhostBSD Wiki
Line 5: | Line 5: | ||
!colspan="3"| | !colspan="3"| | ||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|'''/etc/[[rc]]'''<br/> rc - shell | |'''/etc/[[rc]]'''<br/> rc - shell | ||
+ | |'''/etc/[[rc.devd]]''' <br/>The generic hook into OpenRC. | ||
|'''/etc/[[devd.conf]]''' <br/> Configuration file for [https://www.freebsd.org/cgi/man.cgi?query=devd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports devd(8)] | |'''/etc/[[devd.conf]]''' <br/> Configuration file for [https://www.freebsd.org/cgi/man.cgi?query=devd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports devd(8)] | ||
|- | |- | ||
− | |'''/etc/[[rc.conf. | + | |
+ | |'''/etc/[[Conf.d|conf.d]]''' <br/>Initscript Configuration Files | ||
+ | |'''/etc/[[Init.d|init.d]]'''<br/> Scripts to run OpenRC | ||
+ | |'''/etc/[[rc.conf.d]]'''<br/> Smaller configuration files | ||
+ | |- | ||
+ | |||
|'''/etc/[[defaults/rc.conf]]'''<br/>Specifies the default settings for all the available options. | |'''/etc/[[defaults/rc.conf]]'''<br/>Specifies the default settings for all the available options. | ||
− | | | + | |'''/etc/[[rc.conf]]'''<br/> The global OpenRC configuration file |
+ | |'''/etc/[[rc.conf.ghostbsd]]'''<br/>GhostBSD specific configurations | ||
|- | |- | ||
+ | |||
!colspan="3"| | !colspan="3"| | ||
|- | |- |
Revision as of 13:42, 18 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 |
Back to the System |