8.84.2 Contents of OpenRC
Short Descriptions
Gives the status of a service | |
Is the first process to be started when the kernel has initialized the hardware; it takes over the boot process and starts all the services; symlink to openrc-init | |
Starts and stops services on a given runlevel | |
Gets called from init and starts every service as needed | |
Allows using shell commands in a service file | |
Brings the system down in a secure way, signaling all processes and notifying all logged-in users | |
Calls openrc-shutdown with
| |
Runs a given service after locating it | |
Gives the status of the most crucial services, followed by normal services | |
Adds and removes services on a runlevel | |
Calls openrc-shutdown with
| |
Is a symlink to openrc-shutdown | |
Starts or stops a daemon in a service file | |
Supervises a daemon in a service file | |
Contains functions for outputting colored messages | |
Provides the core OpenRC functions |
![[Note]](../images/note.png)