1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-05-01 15:41:35 +02:00
Files
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.