Expand description
Init System Implementation
The init process (PID 1) that starts all system services and manages the system lifecycle.
Structs§
- Init
System - Init system manager
- Service
Definition - Service definition
- Service
Info - Service runtime information
Enums§
- Dependency
Type - Service dependency type
- Restart
Policy - Service restart policy
- Runlevel
- Runlevel definition
- Service
State - Service state
Functions§
- get_
init_ system - Get the global init system.
- init
- Initialize the init system
- run_
init - Run the init process
- try_
get_ init_ system - Try to get the global init system without panicking.