mirror of
https://github.com/tiyn/wiki.git
synced 2025-07-11 02:07:46 +02:00
12 lines
359 B
Markdown
12 lines
359 B
Markdown
# Init
|
|
|
|
The init process is the first process started after boot.
|
|
All processes running in later stages are descendants of the init process.
|
|
The init process is given to a init system that manages various services.
|
|
|
|
## Init Services
|
|
|
|
The following is a list of available init services.
|
|
|
|
- [SystemD](/wiki/linux/systemd.md) is most common among linux systems.
|