Difference between revisions of "Init.d"
From GhostBSD Wiki
(→Content) |
(→Content) |
||
Line 98: | Line 98: | ||
|/etc/init.d/gbde||GEOM Based Disk Encryption | |/etc/init.d/gbde||GEOM Based Disk Encryption | ||
|- | |- | ||
− | |/etc/init.d/gptboot|| | + | |/etc/init.d/gptboot||gpart shows disk to start boot, freebsd-ufs |
|- | |- | ||
− | |/etc/init.d/growfs|| | + | |/etc/init.d/growfs|| This allows us to distribute a image and have it work on essentially any size drive. TODO: Figure out where this should really be ordered. I suspect it should go just after fsck but before mountcritlocal. |
+ | Grow root partition to fill device | ||
|- | |- | ||
− | |/etc/init.d/growzfs|| | + | |/etc/init.d/growzfs||This script will dynamically resize the ZFS boot pool at startup |
|- | |- | ||
− | |/etc/init.d/gssd|| | + | |/etc/init.d/gssd||Generic Security Services Daemon |
|- | |- | ||
− | |/etc/init.d/hastd|| | + | |/etc/init.d/hastd||Highly Available Storage daemon |
|- | |- | ||
− | |/etc/init.d/hcsecd|| | + | |/etc/init.d/hcsecd||Control link keys and PIN codes for Bluetooth devices |
|- | |- | ||
− | |/etc/init.d/hostapd|| | + | |/etc/init.d/hostapd||Authenticator for IEEE 802.11 networks |
|- | |- | ||
− | |/etc/init.d/hostid|| | + | |/etc/init.d/hostid|| First we check to see if there is a system UUID. If so then we use that and erase the hostid file, otherwise we generate a random UUID. |
|- | |- | ||
− | |/etc/init.d/hostid_save|| | + | |/etc/init.d/hostid_save||Save unique host ID to disk |
|- | |- | ||
− | |/etc/init.d/hostname|| | + | |/etc/init.d/hostname||Sets the hostname of the machine |
|- | |- | ||
− | |/etc/init.d/inetd|| | + | |/etc/init.d/inetd||Internet \"super-server\" |
|- | |- | ||
− | |/etc/init.d/iovctl|| | + | |/etc/init.d/iovctl||command="/usr/sbin/iovctl" |
|- | |- | ||
− | |/etc/init.d/ipfs|| | + | |/etc/init.d/ipfs||Saves and restores information for NAT and state tables |
|- | |- | ||
− | |/etc/init.d/ipfw|| | + | |/etc/init.d/ipfw||Firewall, traffic shaper, packet scheduler, in-kernel NAT |
|- | |- | ||
− | |/etc/init.d/ipfw_netflow|| | + | |/etc/init.d/ipfw_netflow||irewall, ipfw, netflow |
|- | |- | ||
|/etc/init.d/ipropd_master|| | |/etc/init.d/ipropd_master|| |
Revision as of 11:32, 15 March 2020
Welcome to Init.d. |
Introduction
Here we will find all scripts to run OpenRC on GhostBSD.
Content
Name | Description |
---|---|
/etc/init.d/abi | |
/etc/init.d/accounting | Rotate the accounting logs |
/etc/init.d/adjkerntz | Sets the local clock to UTC or Local Time. Saves the current time in the BIOS. |
/etc/init.d/amd | amd_map_program |
/etc/init.d/apm | Advanced power management |
/etc/init.d/apmd | Advanced power management daemon |
/etc/init.d/archdep | hw.machine_arch |
/etc/init.d/auditd | Audit daemon |
/etc/init.d/auditdistd | Audit trail files distribution daemon |
/etc/init.d/automount | NFS Automount Client; desktop_generator="/usr/local/bin/trueos-mount" |
/etc/init.d/automountd | using start-stop-daemon |
/etc/init.d/autounmountd | |
/etc/init.d/bgfsck | Run fsck in background |
/etc/init.d/blacklistd | System blacklist daemon |
/etc/init.d/bluetooth | Bluetooth setup script |
/etc/init.d/bootmisc | Dummy service for boot services |
/etc/init.d/bootparams | Boot parameter daemon |
/etc/init.d/bridge | Network bridge setup |
/etc/init.d/bsnmpd | Simple and extensible SNMP daemon |
/etc/init.d/bthidd | OpenRC service file for the "hcsecd" daemon |
/etc/init.d/ccd | Concatenated disks setup |
/etc/init.d/cfumass | Configure the LUN for device mode USB mass storage |
/etc/init.d/cleanvar | Purge /var directory |
/etc/init.d/cleartmp | Purge /tmp directory; Make /tmp location variable for easier debugging. |
/etc/init.d/cron | Daemon to execute scheduled commands |
/etc/init.d/ctld | CAM Target Layer / iSCSI target daemon |
/etc/init.d/ddb | DDB kernel debugger |
/etc/init.d/devd | Device State Change Daemon |
/etc/init.d/devfs | devfs_rulesets_from_file file, reads a set of devfs commands from file, and creates the specified rulesets with their rules. Returns non-zero if there was an error. |
/etc/init.d/devmatch | Use devmatch(8) to load kernel modules |
/etc/init.d/dhcpcd | command=/sbin/dhcpcd; command_args="-q" |
/etc/init.d/dhcpcd.em0 | |
/etc/init.d/dhcpcd.nfe0 | |
/etc/init.d/dmesg | Save kernel boot messages to disk |
/etc/init.d/dumpon | Configures a specific kernel dump device |
/etc/init.d/earlykld | Loading early kernel modules:'for _kld in $early_kld_list ; do load_kld -e ${_kld}.ko $_kld |
/etc/init.d/encswap | |
/etc/init.d/fsck | Check and repair filesystems according to /etc/fstab |
/etc/init.d/ftp-proxy | Internet File Transfer Protocol proxy daemon |
/etc/init.d/ftpd | Internet File Transfer Protocol daemon |
/etc/init.d/functions.sh | Allow any sh script to work with einfo functions and friends; Code common to scripts that need to load a kernel module if it isn't in the kernel yet. Syntax: load_kld [-e regex] [-m module] file where -e or -m chooses the way to check if the module |
/etc/init.d/gbde | GEOM Based Disk Encryption |
/etc/init.d/gptboot | gpart shows disk to start boot, freebsd-ufs |
/etc/init.d/growfs | This allows us to distribute a image and have it work on essentially any size drive. TODO: Figure out where this should really be ordered. I suspect it should go just after fsck but before mountcritlocal.
Grow root partition to fill device |
/etc/init.d/growzfs | This script will dynamically resize the ZFS boot pool at startup |
/etc/init.d/gssd | Generic Security Services Daemon |
/etc/init.d/hastd | Highly Available Storage daemon |
/etc/init.d/hcsecd | Control link keys and PIN codes for Bluetooth devices |
/etc/init.d/hostapd | Authenticator for IEEE 802.11 networks |
/etc/init.d/hostid | First we check to see if there is a system UUID. If so then we use that and erase the hostid file, otherwise we generate a random UUID. |
/etc/init.d/hostid_save | Save unique host ID to disk |
/etc/init.d/hostname | Sets the hostname of the machine |
/etc/init.d/inetd | Internet \"super-server\" |
/etc/init.d/iovctl | command="/usr/sbin/iovctl" |
/etc/init.d/ipfs | Saves and restores information for NAT and state tables |
/etc/init.d/ipfw | Firewall, traffic shaper, packet scheduler, in-kernel NAT |
/etc/init.d/ipfw_netflow | irewall, ipfw, netflow |
/etc/init.d/ipropd_master | |
/etc/init.d/ipropd_slave | |
/etc/init.d/ipsec | |
/etc/init.d/iscsictl | |
/etc/init.d/iscsid | |
/etc/init.d/jail | |
/etc/init.d/kadmind | |
/etc/init.d/kdc | |
/etc/init.d/keyserv | |
/etc/init.d/kfd | |
/etc/init.d/kldxref | |
/etc/init.d/kpasswdd | |
/etc/init.d/ldconfig | |
/etc/init.d/local | |
/etc/init.d/local_unbound | |
/etc/init.d/localmount | |
/etc/init.d/lockd | |
/etc/init.d/lpd | |
/etc/init.d/mdconfig | |
/etc/init.d/mdconfig2 | |
/etc/init.d/mixer | |
/etc/init.d/modules | |
/etc/init.d/motd | |
/etc/init.d/mountd | |
/etc/init.d/mountlate | |
/etc/init.d/moused | |
/etc/init.d/moused.ums0 | |
/etc/init.d/moused.ums1 | |
/etc/init.d/natd | |
/etc/init.d/netmount | |
/etc/init.d/network | |
/etc/init.d/newsyslog | |
/etc/init.d/nfscbd | |
/etc/init.d/nfsclient | |
/etc/init.d/nfsd | |
/etc/init.d/nfsuserd | |
/etc/init.d/nisdomain | |
/etc/init.d/nscd | |
/etc/init.d/nsswitch | |
/etc/init.d/ntpd | |
/etc/init.d/ntpdate | |
/etc/init.d/pf | |
/etc/init.d/pflog | |
/etc/init.d/powerd | |
/etc/init.d/ppp | |
/etc/init.d/rarpd | |
/etc/init.d/rc-enabled | |
/etc/init.d/resolv | |
/etc/init.d/root | |
/etc/init.d/routing | |
/etc/init.d/rpcbind | |
/etc/init.d/runsvdir | |
/etc/init.d/rwho | |
/etc/init.d/s6-svscan | |
/etc/init.d/savecache | |
/etc/init.d/savecore | |
/etc/init.d/sdpd | |
/etc/init.d/sendmail | |
/etc/init.d/sshd | |
/etc/init.d/statd | |
/etc/init.d/staticroute | |
/etc/init.d/swap | |
/etc/init.d/syscons | |
/etc/init.d/sysctl | |
/etc/init.d/syslogd | |
/etc/init.d/timed | |
/etc/init.d/tmp | |
/etc/init.d/tmpfiles.setup | |
/etc/init.d/ubthidhci | |
/etc/init.d/urandom | |
/etc/init.d/var | |
/etc/init.d/watchdogd | |
/etc/init.d/wpa_supplicant | |
/etc/init.d/ypbind | |
/etc/init.d/ypldap | |
/etc/init.d/yppasswdd | |
/etc/init.d/ypserv | |
/etc/init.d/ypset | |
/etc/init.d/ypupdated | |
/etc/init.d/ypxfrd | |
/etc/init.d/zfs | |
/etc/init.d/zfsd | |
/etc/init.d/zvol | |
Back to /etc/ |