diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-10-05 14:10:59 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-10-18 17:56:36 -0500 |
commit | 3f918161aafa61c1c2005709fda0b9bec4c412d8 (patch) | |
tree | 59599206d03d457a365c823927c6d4b190155d72 /man | |
parent | 710c874e6e3bc57b1561eb8f2108244bf24ed32e (diff) |
openrc-shutdown: Add scheduled shutdown and the ability to cancel a shutdown
You can now schedule a shutdown for a certain time or a cpecific number
of minutes into the future.
When a shutdown is running, you can now cancel it with ^c from the
keyboard or by running "openrc-shutdown -c" from another shell.
Diffstat (limited to 'man')
-rw-r--r-- | man/openrc-shutdown.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8 index 5db21334..b09e8c20 100644 --- a/man/openrc-shutdown.8 +++ b/man/openrc-shutdown.8 @@ -16,6 +16,7 @@ .Nd bring the system down .Sh SYNOPSIS .Nm +.Op Fl c , -cancel .Op Fl d , -no-write .Op Fl D , -dry-run .Op Fl H , -halt @@ -32,6 +33,8 @@ is the utility that communicates with to bring down the system or instruct openrc-init to re-execute itself. It supports the following options: .Bl -tag -width "poweroff" +.It Fl c , -cancel +Cancel a pending shutdown. .It Fl d , -no-write Do not write the wtmp boot record. .It Fl D , -dry-run |