1ng-update(8) ng-update(8)
2
3
4
6 ng-update - Initng runlevel configuration tool.
7
9 ng-update a|add script1 [script2 ...] [runlevel1] [runlevel2 ...]
10 ng-update d|del|delete script1 [script2 ...] [runlevel1] [runlevel2
11 ...]
12 ng-update s|show|view [script] [runlevel]
13
15 ng-update allows you to control/show which services are started by
16 initng. Yo can add and delete services to/from different runlevels. To
17 find out which services are available take a look at /etc/initng/[dae‐
18 mon|net|system].
19
21 a, add Add one or more scripts to one or more runlevels. If runlevel is
22 left blank the script will be added to every runlevel.
23
24 d, del Delete one or more scripts from one or more runlevels. If run‐
25 level is left blank the script will be deleted from every run‐
26 level.
27
28 s, show, view
29 Shows the scripts started in the passed runlevel(s).
30
31 script A script found in /etc/initng/[daemon|net|system] which should
32 be added/removed.
33 The form is [daemon|net|system]/script_without_i. Take a look in
34 the examples section.
35
36 runlevel
37 The runlevel the script(s) should be added to/deleted from. Nor‐
38 mally this should be "default", some times "system".
39 Take a look at /etc/initng/*.runlevel
40
42 Use ng-update add system/alsasound default to add alsasound to the run‐
43 level default.
44 Use ng-update del system/alsasound to remove alsasound from every run‐
45 level.
46 Use ng-update del system/alsasound default to remove alsasound from the
47 runlevel default.
48 Use ng-update show to show all available services and their runlevel
49 (if existing).
50
52 initng(8) ngc(8), ngdc(8), gen_system_runlevel(8), install_service(8),
53 system_off(8).
54
56 initng was written by Jimmy Wennlund <jimmy.wennlund@gmail.com> and
57 can be found at http://www.initng.org/.
58
59 This manual page was written by Armin Berres <a.berres@onlinehome.de>.
60
61
62
63 ng-update(8)