Difference between revisions of "Rc.conf.ghostbsd"
From GhostBSD Wiki
(→Introduction) |
(→Content) |
||
Line 9: | Line 9: | ||
==Content== | ==Content== | ||
− | root_rw_mount="NO" | + | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" |
− | hostname="livecd" | + | |- |
− | sendmail_enable="NONE" | + | ! scope="col" style="width: 100px;"|'''Name''' |
− | sendmail_submit_enable="NO" | + | ! scope="col" style="width: 350px;"|'''Description''' |
− | sendmail_outbound_enable="NO" | + | |- |
− | sendmail_msp_queue_enable="NO" | + | |root_rw_mount="NO"|| |
− | devfs_system_ruleset="devfsrules_common" | + | |- |
− | kld_list="linux linux64 cuse" | + | |hostname="livecd"|| |
− | ntpd_sync_on_start="YES" | + | |- |
− | + | |sendmail_enable="NONE"|| | |
+ | |- | ||
+ | |sendmail_submit_enable="NO"|| | ||
+ | |- | ||
+ | |sendmail_outbound_enable="NO"|| | ||
+ | |- | ||
+ | |sendmail_msp_queue_enable="NO"|| | ||
+ | |- | ||
+ | |devfs_system_ruleset="devfsrules_common"|| | ||
+ | |- | ||
+ | |kld_list="linux linux64 cuse"|| | ||
+ | |- | ||
+ | |ntpd_sync_on_start="YES"|| | ||
+ | |} | ||
Revision as of 04:24, 18 March 2020
Welcome to Rc.conf.ghostbsd. |
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
Rc.conf.ghostbsd has the function like /etc/rc.conf.local.
Content
Name | Description |
---|---|
root_rw_mount="NO" | |
hostname="livecd" | |
sendmail_enable="NONE" | |
sendmail_submit_enable="NO" | |
sendmail_outbound_enable="NO" | |
sendmail_msp_queue_enable="NO" | |
devfs_system_ruleset="devfsrules_common" | |
kld_list="linux linux64 cuse" | |
ntpd_sync_on_start="YES" |