1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00
Files
wiki/wiki/linux/init.md
2023-01-05 14:47:06 +01:00

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.