Difference between revisions of "Init.d"
From GhostBSD Wiki
(→Content) |
(→Content) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Welcome}} | {{Welcome}} | ||
+ | {{Navbar OpenRC}} | ||
==Introduction== | ==Introduction== | ||
− | Here we will find all scripts to run OpenRC on GhostBSD. | + | Here we will find all scripts to run '''[[OpenRC]]''' on GhostBSD. |
+ | |||
+ | Directory: ''/etc/init.d/*'' | ||
==Content== | ==Content== | ||
Line 74: | Line 77: | ||
|/etc/init.d/devmatch||Use [https://www.freebsd.org/cgi/man.cgi?query=devmatch&apropos=0&sektion=8&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html devmatch(8)] to load kernel modules | |/etc/init.d/devmatch||Use [https://www.freebsd.org/cgi/man.cgi?query=devmatch&apropos=0&sektion=8&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html devmatch(8)] to load kernel modules | ||
|- | |- | ||
− | |/etc/init.d/dhcpcd|| | + | |/etc/init.d/dhcpcd||command=/sbin/dhcpcd; command_args="-q" |
|- | |- | ||
|/etc/init.d/dhcpcd.em0|| | |/etc/init.d/dhcpcd.em0|| | ||
Line 80: | Line 83: | ||
|/etc/init.d/dhcpcd.nfe0|| | |/etc/init.d/dhcpcd.nfe0|| | ||
|- | |- | ||
− | |/etc/init.d/dmesg|| | + | |/etc/init.d/dmesg||Save kernel boot messages to disk |
|- | |- | ||
− | |/etc/init.d/dumpon|| | + | |/etc/init.d/dumpon||Configures a specific kernel dump device |
|- | |- | ||
− | |/etc/init.d/earlykld|| | + | |/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/encswap|| | ||
|- | |- | ||
− | |/etc/init.d/ftp-proxy|| | + | |/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|| | + | |/etc/init.d/ftpd||Internet File Transfer Protocol daemon |
|- | |- | ||
− | |/etc/init.d/functions.sh|| | + | |/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|| | + | |/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/[[Firewall|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||command="/usr/libexec/ipropd-master" |
|- | |- | ||
− | |/etc/init.d/ipropd_slave|| | + | |/etc/init.d/ipropd_slave||command="/usr/libexec/ipropd-slave" |
|- | |- | ||
− | |/etc/init.d/ipsec|| | + | |/etc/init.d/ipsec||Internet Protocol Security protocol |
|- | |- | ||
− | |/etc/init.d/iscsictl|| | + | |/etc/init.d/iscsictl||command="/usr/bin/${name}" and command_args="${iscsictl_flags}" |
|- | |- | ||
− | |/etc/init.d/iscsid|| | + | |/etc/init.d/iscsid||iSCSI initiator daemon |
|- | |- | ||
− | |/etc/init.d/jail|| | + | |/etc/init.d/jail||Manage system jails |
|- | |- | ||
− | |/etc/init.d/kadmind|| | + | |/etc/init.d/kadmind||command_args="$command_args &" |
|- | |- | ||
− | |/etc/init.d/kdc|| | + | |/etc/init.d/kdc||command_args="$command_args --detach" |
|- | |- | ||
− | |/etc/init.d/keyserv|| | + | |/etc/init.d/keyserv||command="/usr/sbin/${name}" |
|- | |- | ||
− | |/etc/init.d/kfd|| | + | |/etc/init.d/kfd||after network; keyword -shutdown |
|- | |- | ||
− | |/etc/init.d/kldxref|| | + | |/etc/init.d/kldxref||Generate hints for the kernel loader |
|- | |- | ||
− | |/etc/init.d/kpasswdd|| | + | |/etc/init.d/kpasswdd||command_args="$command_args &" |
|- | |- | ||
− | |/etc/init.d/ldconfig|| | + | |/etc/init.d/ldconfig||command=/sbin/ldconfig |
|- | |- | ||
− | |/etc/init.d/local|| | + | |/etc/init.d/local||Run /etc/rc.local and /etc/shutdown.local" |
|- | |- | ||
− | |/etc/init.d/local_unbound|| | + | |/etc/init.d/local_unbound||Local caching forwarding resolver |
|- | |- | ||
− | |/etc/init.d/localmount|| | + | |/etc/init.d/localmount||Mounts disks and swap according to /etc/fstab |
|- | |- | ||
− | |/etc/init.d/lockd|| | + | |/etc/init.d/lockd||command=/usr/sbin/rpc.lockd |
|- | |- | ||
− | |/etc/init.d/lpd|| | + | |/etc/init.d/lpd||Line printer spooler daemon |
|- | |- | ||
− | |/etc/init.d/mdconfig|| | + | |/etc/init.d/mdconfig||OpenRC -> rc.d redirect script, create and control memory disks |
|- | |- | ||
− | |/etc/init.d/mdconfig2|| | + | |/etc/init.d/mdconfig2||Create and control memory disks (stage 2) |
|- | |- | ||
− | |/etc/init.d/mixer|| | + | |/etc/init.d/mixer||extra_commands="restore" |
|- | |- | ||
− | |/etc/init.d/modules|| | + | |/etc/init.d/modules||Loads a user defined list of kernel modules. |
|- | |- | ||
− | |/etc/init.d/motd|| | + | |/etc/init.d/motd||Update kernel info in /etc/motd; Must be done *before* interactive logins are possible to prevent possible race conditions. |
|- | |- | ||
|/etc/init.d/mountd|| | |/etc/init.d/mountd|| | ||
+ | * command=/usr/sbin/mountd | ||
+ | * command_args=$mountd_flags | ||
+ | * name="Service remote NFS mount requests" | ||
|- | |- | ||
− | |/etc/init.d/mountlate|| | + | |/etc/init.d/mountlate||Mount filesystems with \"late\" option from /etc/fstab |
|- | |- | ||
− | |/etc/init.d/moused|| | + | |/etc/init.d/moused||Console Mouse Daemon |
|- | |- | ||
− | |/etc/init.d/moused.ums0|| | + | |/etc/init.d/moused.ums0||Console Mouse Daemon |
|- | |- | ||
− | |/etc/init.d/moused.ums1|| | + | |/etc/init.d/moused.ums1||Console Mouse Daemon |
|- | |- | ||
− | |/etc/init.d/natd|| | + | |/etc/init.d/natd||Needed for network scripts |
|- | |- | ||
− | |/etc/init.d/netmount|| | + | |/etc/init.d/netmount||Mounts network shares according to /etc/fstab. |
|- | |- | ||
− | |/etc/init.d/network|| | + | |/etc/init.d/network||Until we can determine why devd is throwing some bogus |
|- | |- | ||
− | |/etc/init.d/newsyslog|| | + | |/etc/init.d/newsyslog||name="newsyslog" required_files="/etc/newsyslog.conf" command="/usr/sbin/${name}" |
|- | |- | ||
− | |/etc/init.d/nfscbd|| | + | |/etc/init.d/nfscbd||name="nfscbd" command="/usr/sbin/${name}" |
|- | |- | ||
− | |/etc/init.d/nfsclient|| | + | |/etc/init.d/nfsclient||command=/usr/sbin/rpc.statd; command_args=$lockd_args |
|- | |- | ||
− | |/etc/init.d/nfsd|| | + | |/etc/init.d/nfsd||Load the nfsd kernel module |
|- | |- | ||
− | |/etc/init.d/nfsuserd|| | + | |/etc/init.d/nfsuserd||NFSv4 User Services |
|- | |- | ||
− | |/etc/init.d/nisdomain|| | + | |/etc/init.d/nisdomain||Set NIS domain name |
|- | |- | ||
− | |/etc/init.d/nscd|| | + | |/etc/init.d/nscd||Name Service Cache Daemon |
|- | |- | ||
− | |/etc/init.d/nsswitch|| | + | |/etc/init.d/nsswitch||Name-service switch |
|- | |- | ||
− | |/etc/init.d/ntpd|| | + | |/etc/init.d/ntpd||Network Time Protocol daemon |
|- | |- | ||
− | |/etc/init.d/ntpdate|| | + | |/etc/init.d/ntpdate||Set the date and time via NTP |
|- | |- | ||
− | |/etc/init.d/pf|| | + | |/etc/init.d/pf||Packet Filter |
|- | |- | ||
− | |/etc/init.d/pflog|| | + | |/etc/init.d/pflog||Packet filter logging interface |
|- | |- | ||
− | |/etc/init.d/powerd|| | + | |/etc/init.d/powerd||Power Control Daemon |
|- | |- | ||
− | |/etc/init.d/ppp|| | + | |/etc/init.d/ppp||Point to point protocol connections |
|- | |- | ||
− | |/etc/init.d/rarpd|| | + | |/etc/init.d/rarpd||Reverse ARP Daemon |
|- | |- | ||
− | |/etc/init.d/rc-enabled|| | + | |/etc/init.d/rc-enabled||Starting and stopping local rc services |
|- | |- | ||
− | |/etc/init.d/resolv|| | + | |/etc/init.d/resolv||create /etc/resolv.conf from kenv |
|- | |- | ||
− | |/etc/init.d/root|| | + | |/etc/init.d/root||Mount the root fs read/write |
|- | |- | ||
− | |/etc/init.d/routing|| | + | |/etc/init.d/routing||Routing setup |
|- | |- | ||
− | |/etc/init.d/rpcbind|| | + | |/etc/init.d/rpcbind||RPC program number mapper |
|- | |- | ||
− | |/etc/init.d/runsvdir|| | + | |/etc/init.d/runsvdir||command=/usr/bin/runsvdir |
|- | |- | ||
− | |/etc/init.d/rwho|| | + | |/etc/init.d/rwho||name="rwhod" rcvar="rwhod_enable" command="/usr/sbin/${name}" |
|- | |- | ||
− | |/etc/init.d/s6-svscan|| | + | |/etc/init.d/s6-svscan||Creating s6 scan directory and stopping any remaining s6 services |
|- | |- | ||
− | |/etc/init.d/savecache|| | + | |/etc/init.d/savecache||Saves the caches OpenRC uses to non volatile storage |
|- | |- | ||
− | |/etc/init.d/savecore|| | + | |/etc/init.d/savecore||Saves a kernel dump. |
|- | |- | ||
− | |/etc/init.d/sdpd|| | + | |/etc/init.d/sdpd||Bluetooth Service Discovery Protocol daemon |
|- | |- | ||
− | |/etc/init.d/sendmail|| | + | |/etc/init.d/sendmail||Sendmail startup script |
|- | |- | ||
− | |/etc/init.d/sshd|| | + | |/etc/init.d/sshd||command=/usr/sbin/sshd |
|- | |- | ||
− | |/etc/init.d/statd|| | + | |/etc/init.d/statd||command=/usr/sbin/rpc.statd |
|- | |- | ||
− | |/etc/init.d/staticroute|| | + | |/etc/init.d/staticroute||Configures static routes |
|- | |- | ||
− | |/etc/init.d/swap|| | + | |/etc/init.d/swap||Activating swap devices; Deactivating swap devices |
|- | |- | ||
− | |/etc/init.d/syscons|| | + | |/etc/init.d/syscons||Setting mode to $allscreen_flags for all screens |
|- | |- | ||
− | |/etc/init.d/sysctl|| | + | |/etc/init.d/sysctl||BSD_sysctl() |
|- | |- | ||
− | |/etc/init.d/syslogd|| | + | |/etc/init.d/syslogd||command=/usr/sbin/syslogd |
|- | |- | ||
− | |/etc/init.d/timed|| | + | |/etc/init.d/timed||Time server daemon |
|- | |- | ||
− | |/etc/init.d/tmp|| | + | |/etc/init.d/tmp||Configure tmpfs |
|- | |- | ||
− | |/etc/init.d/tmpfiles.setup|| | + | |/etc/init.d/tmpfiles.setup||Set up tmpfiles.d entries |
|- | |- | ||
− | |/etc/init.d/ubthidhci|| | + | |/etc/init.d/ubthidhci||command="/usr/sbin/usbconfig" |
|- | |- | ||
− | |/etc/init.d/urandom|| | + | |/etc/init.d/urandom||Initializes the random number generator. |
|- | |- | ||
− | |/etc/init.d/var|| | + | |/etc/init.d/var||NFS /var is not supported, unless NFS /var is part of diskless NFS / |
|- | |- | ||
− | |/etc/init.d/watchdogd|| | + | |/etc/init.d/watchdogd||name="watchdogd" command="/usr/sbin/${name}" |
|- | |- | ||
− | |/etc/init.d/wpa_supplicant|| | + | |/etc/init.d/wpa_supplicant||find_wireless() |
|- | |- | ||
− | |/etc/init.d/ypbind|| | + | |/etc/init.d/ypbind||NIS domain binding daemon |
|- | |- | ||
− | |/etc/init.d/ypldap|| | + | |/etc/init.d/ypldap||NIS LDAP binding daemon |
|- | |- | ||
− | |/etc/init.d/yppasswdd|| | + | |/etc/init.d/yppasswdd||Server for updating NIS passwords |
|- | |- | ||
− | |/etc/init.d/ypserv|| | + | |/etc/init.d/ypserv||NIS database server |
|- | |- | ||
− | |/etc/init.d/ypset|| | + | |/etc/init.d/ypset||tell ypbind(8) which YP server process to use |
|- | |- | ||
− | |/etc/init.d/ypupdated|| | + | |/etc/init.d/ypupdated||name="ypupdated" command="/usr/sbin/rpc.${name}" |
|- | |- | ||
− | |/etc/init.d/ypxfrd|| | + | |/etc/init.d/ypxfrd||NIS map transfer server |
|- | |- | ||
− | |/etc/init.d/zfs|| | + | |/etc/init.d/zfs||Starting ZFS |
|- | |- | ||
− | |/etc/init.d/zfsd|| | + | |/etc/init.d/zfsd||name="zfsd" command="/usr/sbin/${name}" |
|- | |- | ||
− | |/etc/init.d/zvol|| | + | |/etc/init.d/zvol||Starting ZFS swap |
|- | |- | ||
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=/etc/]]'''/etc/''' | !colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=/etc/]]'''/etc/''' |
Latest revision as of 08:00, 18 October 2020
Welcome to Init.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]
Here we will find all scripts to run OpenRC on GhostBSD.
Directory: /etc/init.d/*
Content[edit]
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 | command="/usr/libexec/ipropd-master" |
/etc/init.d/ipropd_slave | command="/usr/libexec/ipropd-slave" |
/etc/init.d/ipsec | Internet Protocol Security protocol |
/etc/init.d/iscsictl | command="/usr/bin/${name}" and command_args="${iscsictl_flags}" |
/etc/init.d/iscsid | iSCSI initiator daemon |
/etc/init.d/jail | Manage system jails |
/etc/init.d/kadmind | command_args="$command_args &" |
/etc/init.d/kdc | command_args="$command_args --detach" |
/etc/init.d/keyserv | command="/usr/sbin/${name}" |
/etc/init.d/kfd | after network; keyword -shutdown |
/etc/init.d/kldxref | Generate hints for the kernel loader |
/etc/init.d/kpasswdd | command_args="$command_args &" |
/etc/init.d/ldconfig | command=/sbin/ldconfig |
/etc/init.d/local | Run /etc/rc.local and /etc/shutdown.local" |
/etc/init.d/local_unbound | Local caching forwarding resolver |
/etc/init.d/localmount | Mounts disks and swap according to /etc/fstab |
/etc/init.d/lockd | command=/usr/sbin/rpc.lockd |
/etc/init.d/lpd | Line printer spooler daemon |
/etc/init.d/mdconfig | OpenRC -> rc.d redirect script, create and control memory disks |
/etc/init.d/mdconfig2 | Create and control memory disks (stage 2) |
/etc/init.d/mixer | extra_commands="restore" |
/etc/init.d/modules | Loads a user defined list of kernel modules. |
/etc/init.d/motd | Update kernel info in /etc/motd; Must be done *before* interactive logins are possible to prevent possible race conditions. |
/etc/init.d/mountd |
|
/etc/init.d/mountlate | Mount filesystems with \"late\" option from /etc/fstab |
/etc/init.d/moused | Console Mouse Daemon |
/etc/init.d/moused.ums0 | Console Mouse Daemon |
/etc/init.d/moused.ums1 | Console Mouse Daemon |
/etc/init.d/natd | Needed for network scripts |
/etc/init.d/netmount | Mounts network shares according to /etc/fstab. |
/etc/init.d/network | Until we can determine why devd is throwing some bogus |
/etc/init.d/newsyslog | name="newsyslog" required_files="/etc/newsyslog.conf" command="/usr/sbin/${name}" |
/etc/init.d/nfscbd | name="nfscbd" command="/usr/sbin/${name}" |
/etc/init.d/nfsclient | command=/usr/sbin/rpc.statd; command_args=$lockd_args |
/etc/init.d/nfsd | Load the nfsd kernel module |
/etc/init.d/nfsuserd | NFSv4 User Services |
/etc/init.d/nisdomain | Set NIS domain name |
/etc/init.d/nscd | Name Service Cache Daemon |
/etc/init.d/nsswitch | Name-service switch |
/etc/init.d/ntpd | Network Time Protocol daemon |
/etc/init.d/ntpdate | Set the date and time via NTP |
/etc/init.d/pf | Packet Filter |
/etc/init.d/pflog | Packet filter logging interface |
/etc/init.d/powerd | Power Control Daemon |
/etc/init.d/ppp | Point to point protocol connections |
/etc/init.d/rarpd | Reverse ARP Daemon |
/etc/init.d/rc-enabled | Starting and stopping local rc services |
/etc/init.d/resolv | create /etc/resolv.conf from kenv |
/etc/init.d/root | Mount the root fs read/write |
/etc/init.d/routing | Routing setup |
/etc/init.d/rpcbind | RPC program number mapper |
/etc/init.d/runsvdir | command=/usr/bin/runsvdir |
/etc/init.d/rwho | name="rwhod" rcvar="rwhod_enable" command="/usr/sbin/${name}" |
/etc/init.d/s6-svscan | Creating s6 scan directory and stopping any remaining s6 services |
/etc/init.d/savecache | Saves the caches OpenRC uses to non volatile storage |
/etc/init.d/savecore | Saves a kernel dump. |
/etc/init.d/sdpd | Bluetooth Service Discovery Protocol daemon |
/etc/init.d/sendmail | Sendmail startup script |
/etc/init.d/sshd | command=/usr/sbin/sshd |
/etc/init.d/statd | command=/usr/sbin/rpc.statd |
/etc/init.d/staticroute | Configures static routes |
/etc/init.d/swap | Activating swap devices; Deactivating swap devices |
/etc/init.d/syscons | Setting mode to $allscreen_flags for all screens |
/etc/init.d/sysctl | BSD_sysctl() |
/etc/init.d/syslogd | command=/usr/sbin/syslogd |
/etc/init.d/timed | Time server daemon |
/etc/init.d/tmp | Configure tmpfs |
/etc/init.d/tmpfiles.setup | Set up tmpfiles.d entries |
/etc/init.d/ubthidhci | command="/usr/sbin/usbconfig" |
/etc/init.d/urandom | Initializes the random number generator. |
/etc/init.d/var | NFS /var is not supported, unless NFS /var is part of diskless NFS / |
/etc/init.d/watchdogd | name="watchdogd" command="/usr/sbin/${name}" |
/etc/init.d/wpa_supplicant | find_wireless() |
/etc/init.d/ypbind | NIS domain binding daemon |
/etc/init.d/ypldap | NIS LDAP binding daemon |
/etc/init.d/yppasswdd | Server for updating NIS passwords |
/etc/init.d/ypserv | NIS database server |
/etc/init.d/ypset | tell ypbind(8) which YP server process to use |
/etc/init.d/ypupdated | name="ypupdated" command="/usr/sbin/rpc.${name}" |
/etc/init.d/ypxfrd | NIS map transfer server |
/etc/init.d/zfs | Starting ZFS |
/etc/init.d/zfsd | name="zfsd" command="/usr/sbin/${name}" |
/etc/init.d/zvol | Starting ZFS swap |
Back to /etc/ |