sortix-mirror/utils/reboot.8
Jonas 'Sortie' Termansen 2f9df51ef4 Add shutdown(8).
Implement /var/run/nologin in login(8) and sshd(8).
2024-10-16 18:37:38 +02:00

21 lines
350 B
Groff

.Dd December 13, 2021
.Dt REBOOT 8
.Os
.Sh NAME
.Nm reboot
.Nd reboot the computer
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
gracefully reboots the computer by sending a request to the appropriate
.Xr init 8
process.
.Sh EXIT STATUS
.Nm
will exit 0 on success and non-zero otherwise.
.Sh SEE ALSO
.Xr halt 8 ,
.Xr init 8 ,
.Xr poweroff 8 ,
.Xr shutdown 8