Difference between revisions of "Rc.conf.d"
From GhostBSD Wiki
(Created page with "{{welcome}} {{Navbar OpenRC}} ==Introduction== you can also place smaller configuration files for each rc(8) script in the ''''/etc/rc.conf.d directory''' specified in local...") |
(No difference)
|
Latest revision as of 13:57, 18 March 2020
Welcome to Rc.conf.d. |
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 |
/bin/rc-status Shows which services are running |
/sbin/rc-update Add or delete services |
/sbin/rc-service Locate and run an OpenRC service |
||
Back to the System |
Introduction[edit]
you can also place smaller configuration files for each rc(8) script in the '/etc/rc.conf.d directory specified in local_startup, which will be included by the load_rc_config function.
For jail configurations you could use a file like /etc/rc.conf.d/jail to store jail specific configuration options.
Content[edit]
On GhostBSD there are at the moment only one file in this directory: /etc/rc.conf.d/vmware.conf
Content of vmware.conf[edit]
The configuration file for VMware guests contains.
- vmware_guest_vmblock_enable="YES"
- vmware_guest_vmhgfs_enable="YES"
- vmware_guest_vmmemctl_enable="YES"
- vmware_guest_vmxnet_enable="YES"
- vmware_guestd_enable="YES"