Go to file
Jesse Smith 5567f1654f Changes order of some manual pages references.
Updated changelog fole/
2020-11-15 19:47:50 -04:00
contrib Updated sysd2v script in contrib directory to version 0.3, 2019-11-27 13:26:38 -04:00
doc Changes order of some manual pages references. 2020-11-15 19:47:50 -04:00
man Fixed type and order of references in manual page. 2020-07-06 15:50:46 -03:00
src Fixed time parsing in shutdown when there is a + in front of a 0 time offset. 2020-08-15 18:50:58 -03:00
.gitignore Removed old LSM file. 2018-05-04 22:08:38 -03:00
COPYING Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12). It is 2009-09-10 08:28:49 +00:00
COPYRIGHT Removed old LSM file. 2018-05-04 22:08:38 -03:00
Makefile Updated changelog with information on pidof's new -q flag. 2018-09-08 23:29:02 -03:00
README Removed old LSM file. 2018-05-04 22:08:38 -03:00

README for SysV init
====================

SysV init is a classic initilization program (PID 1) for GNU/Linux and
other UNIX/POSIX systems. It is designed to be small, simple and to
stay out of the way.

Init is the parent (or grandparent) of all other processes on the
system. It kicks off the starting of other system services and
can act as a parent process to services which no longer have an
active parent process.

SysV init uses the concept of runlevels. A runlevel is a configuration of the 
system which allows only a selected group of processes to exist. 
The processes spawned by init for each of these runlevels are defined in the 
/etc/inittab file. Init can be in one of eight runlevels. The runlevel is
changed by the administrator running the telinit command which selects
which runlevel we want to use.
       
More information on init, runlevels and switching between them can be found
in the init manual page. (See "man init".)

contrib		Unofficial stuff, add-on programs
doc		Documentation
man		Manual pages
src		Source code

For instructions on building and installing SysV init, please
see the "doc/Install" file.

The project home is on https://savannah.nongnu.org/projects/sysvinit 

Send patches to sysvinit-devel@nongnu.org .