aliases:
tags:
- Type/Tech/Platform/Nix
- area/tech/nix
- seed
- view/node
publish: true
version: 1
dateCreated: 2021-10-24, 18:05
dateModified: 2024-02-29, 15:55
from:
- "[[Nix]]"
related:
- "[[Launchd]]"
- "[[Cron]]"
contra:
to:
(short for initialization) is the first process started during booting of the operating system. Init is a daemon process that continues running until the system is shut down. It is the direct or indirect ancestor of all other processes and automatically adopts all orphaned processes. Init is started by the kernel during the booting process; a kernel panic will occur if the kernel is unable to start it, or it should die for any reason. Init is typically assigned process identifier 1.