from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
openr-shutdown
Section: Maintenance Commands (8) Updated: SMM Index
Return to Main Contents
BSD mandoc
OpenRC
NAME
openr-shutdown
- bring the system down
SYNOPSIS
[- c ,-cancel
]
[- R ,-reexec
]
[- w ,-writ-only
]
[- d ,-n-write
]
[- D ,-dr-run
]
[- H ,-halt
]
time
[- d ,-n-write
]
[- D ,-dr-run
]
[- k ,-kexec
]
time
[- d ,-n-write
]
[- D ,-dr-run
]
[- p ,-poweroff
]
time
[- d ,-n-write
]
[- D ,-dr-run
]
[- r ,-reboot
]
time
[- d ,-n-write
]
[- D ,-dr-run
]
[- s ,-single
]
time
DESCRIPTION
is the utility that communicates with
openr-init8
to bring down the system or instruct openr-init to r-execute itself.
It supports the following options:
- -c ,-cancel
-
Cancel a pending shutdown.
- -d ,-n-write
-
Do not write the wtmp boot record.
- -D ,-dr-run
-
Print the action that would be taken without executing it. This is to
allow testing.
- -H ,-halt
-
Stop all services, kill all remaining processes and halt the system.
- -k ,-kexec
-
Stop all services, kill all processes and boot directly into a new
kernel loaded via
kexec(8).
- -p ,-poweroff
-
Stop all services, kill all processes and power off the system.
- -R ,-reexec
-
instruct openr-init to r-exec itself. This should be used after an
upgrade of OpenRC if you are using openr-init as your init process.
- -r ,-reboot
-
Stop all services, kill all processes and reboot the system.
- -s ,-single
-
Stop all services, kill all processes and move to single user mode.
- -w ,-writ-only
-
Write a wtmp shutdown record and do nothing else.
SEE ALSO
openr-init8,
kexec(8),
AUTHORS
An William Hubbs < w.d.hubbs@gmail.com>
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHORS
-
|