forked from fedora-sysv/chkconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ntsysv.8
33 lines (28 loc) · 1.03 KB
/
ntsysv.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH NTSYSV 8 "Mon Oct 13 1997"
.UC 4
.SH NAME
ntsysv \- simple interface for configuring runlevels
.SH SYNOPSIS
\fBntsysv\fR [--back] [--level <levels>]
.SH DESCRIPTION
\fBntsysv\fR is a simple interface for configuring runlevel services which
are also configurable through \fBchkconfig\fR. By default, it configures
runlevels 2, 3, 4, and 5. If the user would like to configure other runlevels,
those levels can be specified on the command line by listing the levels
after \fB--level\fR, without any spaces. For example, the option
\fI--level 016\fR edits runlevels 0, 1, and 6.
A service is considered to be started in the runlevel set if it is started
in any of the runlevels which are being edited.
The \fBntsysv\fR window normally contains a \fBCancel\fR button. If
\fB--back\fR is specified, a \fBBack\fR button appears instead.
.PD
.SH "RETURN CODES"
\fBntsysv\fR returns 0 on success, 2 on error, and 1 if the user cancelled
(or backed out of) the program.
.PD
.SH "SEE ALSO"
.BR chkconfig (8),
.SH AUTHOR
.nf
Erik Troan <[email protected]>
.fi