Open main menu

CDOT Wiki β

Changes

Init vs systemd

1 byte added, 18:31, 6 February 2012
no edit summary
=== The Old Way: init ===
Upon computer boot-up, and after the Kernel process is started, it traditionally launched the '''init'''process (usually PID 1). This important process manages (launches) other common services. The init process also has the ability to manage process (for example, respawing or "restarting" processes if they are terminated for some reason).
In many ways, the init process is the "ancestor process" and any process that is currently running on the Unix/Linux system is either directly or indirectly related to the init process.
13,420
edits