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

359 B

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 is most common among linux systems.