1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-10 17:57:46 +02:00
wiki/wiki/linux/init.md

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.