summary refs log tree commit diff
path: root/man/runit-reboot.8
blob: d5ce1eaadcf85bc3c10ab8b89fd47e31ce3a3a3e (plain) (blame)
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
34
35
.TH runit-reboot 8
.SH NAME
runit-reboot \- reboot the system
.SH SYNOPSIS
.B init
6
.br
.B runit-reboot
.SH DESCRIPTION
.B runit-reboot
causes the Unix process no 1
.BR runit (8)
to reboot the system. Normally
.B runit-reboot
is run by
.BR runit-init (8)
if called as
.B init 6\fR.
.P
To signal
.BR runit (8)
the system reboot request,
.B runit-reboot
touches the /etc/runit/reboot and /etc/runit/stopit files. Then a CONT
signal is sent to
.BR runit (8).
.SH EXIT CODES
.B runit-reboot
always returns 0.
.SH SEE ALSO
runit-init(8),
runit(8),
runit-halt(8)
.SH AUTHOR
Gerrit Pape <pape@smarden.org>