view README.md @ 4:3db6ca1fe07d

misc: merge scripts from vinit-script While here, make /etc tunable.
author David Demelier <markand@malikania.fr>
date Wed, 10 Nov 2021 16:34:41 +0100
parents 810d59028aae
children d2a58a85bec2
line wrap: on
line source

vinit
=====

Vanilla Linux init system.

It's sole purpose is to run the following services files:

- /etc/rc.init: starts the system,
- /etc/rc.shutdown: shutdown the system.

Features and non features
-------------------------

- Spawn startup and shutdown scripts,
- Reap child processes,
- Does not know anything related to services,
- Does not your networking, DNS, DHCP, UEFI, journaling, etc.

You may want to check vinit-scripts project for a set of default scripts for a
better out of the box experience.

Documentation
-------------

See vinit(8) manual page.

Author
------

David Demelier <markand@malikania.fr>