initng

Langue: en

Version: 175238 (fedora - 06/07/09)

Section: 8 (Commandes administrateur)

NAME

initng - a full replacement of the old and in many ways depricated sysvinit

SYNOPSIS

initng

DESCRIPTION

Initng is a full replacement of the old and in many ways deprecated sysvinit tool. It is designed with speed in mind, doing as much as possible asynchronously. In other words: It will boot your unix-system much faster, and give you more control and statistics over your system.

The basic premise is that startup commands can be launched as soon as their dependencies are met. This limits the effect of bottlenecks like I/O operations; while one program is performing I/O, another can be utilizing the processor. Initng tracks the individual service dependencies in its configuration files.

It is designed to use a minimum of system resources and to boot your system quickly and safely.

lilo users need to add the line 'append="init=/sbin/initng"' in their /etc/lilo.conf, grub users can just append 'init=/sbin/initng' to their "kernel image options" line in /boot/grub/menu.lst.

OPTIONS

Initng is the first process the kernel starts. It has no parameters. It will start the services defined in /etc/initng.

SEE ALSO

ngc(8), ngdc(8), ng-update(8), gen_system_runlevel(8), install_service(8), system_off(8).

AUTHOR

initng was written by Jimmy Wennlund <jimmy.wennlund@gmail.com> and can be found at http://www.initng.org/.

This manual page was written by Armin Berres <a.berres@web.de> based on the readme file written by Patrick Boehnke.