Document how to cancel a scheduled shutdown.

Obtained from:	OpenBSD
This commit is contained in:
Dima Dorfman 2001-08-09 06:27:32 +00:00
parent 8c37834db2
commit 1f240b4c65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81345

View File

@ -155,12 +155,24 @@ are placed in
and should be used to
inform the users about when the system will be back up
and why it is going down (or anything else).
.Pp
A scheduled shutdown can be canceled by killing the
.Nm
process (a
.Dv SIGTERM
should suffice).
The
.Pa /var/run/nologin
file that
.Nm
created will be removed automatically.
.Sh FILES
.Bl -tag -width /var/run/nologin -compact
.It Pa /var/run/nologin
tells login not to let anyone log in
.El
.Sh SEE ALSO
.Xr kill 1 ,
.Xr login 1 ,
.Xr wall 1 ,
.Xr nologin 5 ,