Difference between revisions of "Template:Navbar OpenRC"
From GhostBSD Wiki
Line 4: | Line 4: | ||
|- | |- | ||
!colspan="3"| | !colspan="3"| | ||
+ | |- | ||
+ | !colspan="3"|'''Scripts''' | ||
|- | |- | ||
|'''/etc/[[rc]]'''<br/> rc - shell | |'''/etc/[[rc]]'''<br/> rc - shell | ||
|'''/etc/[[rc.devd]]''' <br/>The generic hook into OpenRC. | |'''/etc/[[rc.devd]]''' <br/>The generic hook into OpenRC. | ||
− | |'''/ | + | |'''/sbin/[[Rcorder|rcorder]]'''<br/>Ordering rc-scripts |
|- | |- | ||
− | + | |'''/etc/[[Init.d|init.d]]'''<br/> Scripts to run OpenRC | |
− | |'''/etc/[[ | + | |'''/usr/[[Local/etc/init.d|local/etc/init.d]]'''<br/>Scripts to run OpenRC |
− | |'''/ | + | | |
− | | | + | |
|- | |- | ||
|'''/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 | ||
− | | | + | | |
|- | |- | ||
− | |''' | + | !colspan="3"|'''Configuration''' |
− | + | ||
− | + | ||
|- | |- | ||
+ | |'''/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/[[Conf.d|conf.d]]''' <br/>Initscript Configuration Files | ||
+ | |'''/etc/[[rc.conf.d]]'''<br/> Smaller configuration files | ||
|- | |- | ||
+ | |'''/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]]'''<br/> The global OpenRC configuration file | ||
|'''/etc/[[rc.conf.ghostbsd]]'''<br/>GhostBSD specific configurations | |'''/etc/[[rc.conf.ghostbsd]]'''<br/>GhostBSD specific configurations | ||
+ | |- | ||
+ | !colspan="3"|'''Tools/Helper''' | ||
+ | |- | ||
+ | |'''/usr/sbin/[[Sysrc|sysrc]]'''<br/>Safely edit system rc files | ||
| | | | ||
+ | | | ||
+ | |- | ||
!colspan="3"| | !colspan="3"| | ||
|- | |- |
Revision as of 03:26, 13 April 2020
OpenRC | ||
---|---|---|
Scripts | ||
/etc/rc rc - shell |
/etc/rc.devd The generic hook into OpenRC. |
/sbin/rcorder Ordering rc-scripts |
/etc/init.d Scripts to run OpenRC |
/usr/local/etc/init.d Scripts to run OpenRC |
|
/etc/rc.d Scripts automatically executed at boot and shutdown |
/usr/local/etc/rc.d Special scripts |
|
Configuration | ||
/etc/devd.conf Configuration file for devd(8) |
/etc/conf.d Initscript Configuration Files |
/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 |
Tools/Helper | ||
/usr/sbin/sysrc Safely edit system rc files |
||
Back to the System |