Initng
Sign in to saveInitng is a full replacement of the UNIX System V init, the first process spawned by the kernel in Unix-like computer operating systems, which is responsible for the initialization of every other process. Initng's website calls initng "The next generation init system".
Wikidata facts
- Instance of
- free software
- Official website
- web.archive.org/web/20160404145336/http://initng.org/trac
- Has use
- init
Show 4 more facts
- copyright license
- GNU General Public License, version 3.0
- source code repository URL
- github.com/initng/initng
- software version identifier
- 2.6.10
- programmed in
- Q15777
via Wikidata · CC0
~2 min read
Encyclopedic overview
4 sectionsContents
- Purpose
- Development
- Awards
- References
Initng is a full replacement of the UNIX System V init, the first process spawned by the kernel in Unix-like computer operating systems, which is responsible for the initialization of every other process. Initng's website calls initng "The next generation init system".
==Purpose== Many implementations of init (including Sysvinit used in many Linux distributions) start processes in a pre-determined order, and only start a process once the previous process finishes its initialization.
Excerpted from Wikipedia’s “Initng” article, available under the CC BY-SA 4.0 licence.