ng-update

Langue: en

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

Section: 8 (Commandes administrateur)

NAME

ng-update - Initng runlevel configuration tool.

SYNOPSIS

ng-update a|add script1 [script2 ...] [runlevel1] [runlevel2 ...]
ng-update d|del|delete script1 [script2 ...] [runlevel1] [runlevel2 ...]
ng-update s|show|view [script] [runlevel]

DESCRIPTION

ng-update allows you to control/show which services are started by initng. Yo can add and delete services to/from different runlevels. To find out which services are available take a look at /etc/initng/[daemon|net|system].

OPTIONS

a, add
Add one or more scripts to one or more runlevels. If runlevel is left blank the script will be added to every runlevel.
d, del
Delete one or more scripts from one or more runlevels. If runlevel is left blank the script will be deleted from every runlevel.
s, show, view
Shows the scripts started in the passed runlevel(s).
script
A script found in /etc/initng/[daemon|net|system] which should be added/removed.
The form is [daemon|net|system]/script_without_i. Take a look in the examples section.
runlevel
The runlevel the script(s) should be added to/deleted from. Normally this should be "default", some times "system".
Take a look at /etc/initng/*.runlevel

EXAMPLES

Use ng-update add system/alsasound default to add alsasound to the runlevel default.
Use ng-update del system/alsasound to remove alsasound from every runlevel.
Use ng-update del system/alsasound default to remove alsasound from the runlevel default.
Use ng-update show to show all available services and their runlevel (if existing).

SEE ALSO

initng(8) ngc(8), ngdc(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@onlinehome.de>.