~jamesodhunt/upstart/test-quiesce-cleanup

« back to all changes in this revision

Viewing changes to util/man/telinit.8

  • Committer: Scott James Remnant
  • Date: 2009-07-08 19:43:16 UTC
  • Revision ID: scott@netsplit.com-20090708194316-t6rw4e8auuza6qju
* conf/control-alt-delete.conf: Default job for Control-Alt-Delete
* conf/rc-sysinit.conf: Default job for system initialisation
* conf/rc.conf: A fully wacky instance job that runs the rc script
for runlevel changes
* conf/rcS.conf: And a job for single-user-mode, which calls back
to rc-sysinit
* conf/Makefile.am (dist_init_DATA): Install the default files
into the /etc/init directory
* configure.ac (AC_CONFIG_FILES): Create conf/Makefile
* Makefile.am (SUBDIRS): Recurse into the conf directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH telinit 8 2009-07-09 "Upstart"
 
1
.TH telinit 8 2009-07-08 "Upstart"
2
2
.\"
3
3
.SH NAME
4
4
telinit \- change system runlevel
71
71
.BR U " or " u
72
72
to request that the
73
73
.BR init (8)
74
 
daemon re-execute itself.  This is necessary when upgrading the Upstart
75
 
.BR init (8)
76
 
daemon itself or any of its dependent system libraries
77
 
to ensure disks can be unmounted cleanly on shutdown.
78
 
 
79
 
Note that if the init daemon is
80
 
.I not
81
 
Upstart, this option will have no effect on the running
82
 
.BR init (8)
83
 
daemon.
 
74
daemon re-execute itself.  This is not recommended since Upstart is currently
 
75
unable to preserve its state, but is necessary when upgrading system
 
76
libraries.
84
77
.\"
85
78
.SH OPTIONS
86
79
.TP
91
84
and
92
85
.BR PREVLEVEL .
93
86
.\"
94
 
.SH ENVIRONMENT
95
 
.TP
96
 
.B RUNLEVEL
97
 
.B telinit
98
 
will read the current runlevel from this environment variable if set in
99
 
preference to reading from
100
 
.I /var/run/utmp
101
 
.\"
102
 
.SH FILES
103
 
.TP
104
 
.I /var/run/utmp
105
 
Where the current runlevel will be read from; this file will also be updated
106
 
with the new runlevel.
107
 
.\"
108
 
.TP
109
 
.I /var/log/wtmp
110
 
A new runlevel record will be appended to this file for the new runlevel.
111
 
.\"
112
87
.SH NOTES
113
88
The Upstart
114
89
.BR init (8)
115
90
daemon does not keep track of runlevels itself, instead they are implemented
116
 
entirely by its userspace tools.
 
91
entirely by its userspace utilities.
117
92
 
118
93
See
119
94
.BR runlevel (7)