Initng

Initng
Original author(s) Jimmy Wennlund
Developer(s) Initng contributors
Initial release 16 March 2005
Stable release
0.6.10.2 / 11 November 2007
Repository sourceforge.net/projects/initng/files/
Development status Active
Written in C
Operating system Unix-like
Platform Cross-platform
Available in English
Type init
License GNU General Public License
Website initng.org

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.

Initng starts a process as soon as all of its dependencies are met. It can start several processes in parallel. Initng is designed to significantly increase the speed of booting a Unix-compatible system by starting processes asynchronously. Initng's supporters claim that it also gives the user more statistics and control over the system.

Development

Despite being still considered beta, it was chosen as the default init system for Pingwinek, Enlisy, Berry Linux and Bee.

Also there are packages for many distributions such as Debian, Ubuntu and Fedora, as well as ebuilds for Gentoo and spells for Source Mage.

Contrary to other similar projects, it features a portable and flexible code base, more suited for embedded usage, and has been already ported to other operating systems like Haiku and FreeBSD.

It was created by Jimmy Wennlund. The current maintainer and project lead is Ismael Luceno.

Awards

In Linux Format's Issue 72, on November 2005, InitNG received the Hottest Pick Award.

External links

This article is issued from Wikipedia - version of the 5/10/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.