Facility names

Boot facilities are used to indicate dependencies in init scripts, as defined in a previous section. Facility names that begin with a dollar sign ('$') are system facility names, defined by the LSB, and MUST be provided by distributions. [1] LSB applications must not provide facilities that begin with a dollar sign. This document defines the following facility names:

$local_fsall local filesystems are mounted
$networklow level networking (ethernet card; may imply PCMCIA running)
$nameddaemons which may provide hostname resolution (if present) are running
$portmapdaemons providing SunRPC/ONCRPC portmapping service[2] (if present) are running
$remote_fsall remote filesystems are mounted[3].
$syslogsystem logger is operational
$timethe system time has been set [4]

Other (non-system) facilities may be defined by other LSB applications. These facilities shall be named using the same conventions defined for naming init.d script names. Commonly, the facility provided by an LSB application init.d script will have the same name as the name assigned to the init.d script.

Notes

[1]

The dollar sign does not indicate variable expansion as in many Linux utilities. Starting a facility name with a dollar sign is merely a way of dividing the namespace between the system and applications.

[2]

as defined in RFC 1833

[3]

In some LSB run-time environments, filesystems such as /usr may be remote. Many applications that require $local_fs will probably require also require $remote_fs

[4]

i.e., using a network-based time program such as ntp or rdate, or via the hardware Real Time Clock