runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 85ee27d2791d0335f66a5a44565b19ebc6a8c627
parent 0a754a81234698a40874de2edc3e11c6c2c4d27c
Author: Gerrit Pape <pape@smarden.org>
Date:   Thu, 22 Nov 2001 17:55:38 +0000

INT sig documented.

Diffstat:
Mdoc/runit.8.html | 8+++++---
Mman/runit.8 | 4++++
2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/runit.8.html b/doc/runit.8.html @@ -40,10 +40,12 @@ Stage 3 for system shutdown. <B>runit</B> only accepts signals in Stage 2. <P> If <B>runit</B> receives a CONT signal and the file <I>/etc/runit/stopit</I> exists, -<B>runit</B> is told to shutdown the system. +<B>runit</B> is told to shutdown the system. <P> +if <B>runit</B> receives an INT signal, a +ctrl-alt-del keyboard request is triggered. <H2><A NAME="sect8">See Also</A></H2> -<I>init(8)</I>, <I>runit-halt(8)</I>, <I>runit-reboot(8)</I> - +<I>init(8)</I>, <I>runit-halt(8)</I>, +<I>runit-reboot(8)</I> <H2><A NAME="sect9">Author</A></H2> Gerrit Pape &lt;pape@smarden.org&gt; <P> diff --git a/man/runit.8 b/man/runit.8 @@ -56,6 +56,10 @@ receives a CONT signal and the file exists, .B runit is told to shutdown the system. +.P +if +.B runit +receives an INT signal, a ctrl-alt-del keyboard request is triggered. .SH SEE ALSO init(8), runit-halt(8),