From 58c696e88cfeb6d97d836b9f328d683b0e187d65 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 2 Dec 2003 17:20:39 +0000 Subject: Initial Import --- killjail_man.html | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 killjail_man.html (limited to 'killjail_man.html') diff --git a/killjail_man.html b/killjail_man.html new file mode 100644 index 0000000..3a75ebd --- /dev/null +++ b/killjail_man.html @@ -0,0 +1,76 @@ + + +
+
+
+
+

SYNOPSIS

+       killjail [ -h | -r ] [ -t timeout ] [ -fq ] jailname ...
+
+
+
+

DESCRIPTION

+       killjail can either send signals to a jailer(8) process to
+       manage the shutdown or restart of a jail or  it  can  kill
+       all the processes in a jail on it's own.
+
+       When no options are given the jail is shutdown as follows:
+
+       1. A stop request (SIGTERM) is sent to the jailer(8)  pro-
+          cess  for  the  jail if there is one. This initiates an
+          orderly shutdown.
+
+       2. Any remaining processes are killed with a SIGTERM.
+
+       3. If the -f option is specified, send a  SIGKILL  to  any
+          remaining processes.
+
+
+
+
+

OPTIONS

+       -f     Force  jail to shutdown sending a SIGKILL as a last
+              resort.
+
+       -h     Sends a halt request to a jail (SIGQUIT). The  jail
+              must  have  a  jailer(8) process running inside it.
+              The jailer(8) process remains  running  within  the
+              jail,  but  all other jailed processes are shutdown
+              in and orderly fashion.
+
+       -q     Supress warnings.
+
+       -r     Sends a restart request to  a  jail  (SIGHUP).  The
+              jail  must  have a jailer(8) process running inside
+              it.
+
+       -t timeout
+              The timeout in seconds to wait between steps  1,  2
+              and 3 above. Defaults to 3.
+
+
+
+
+

BUGS

+       I'm sure they're out there. Let me know.
+
+
+
+
+

AUTHOR

+       Nate Nielsen <nielsen@memberwebs.com>
+
+
+
+
+

SEE ALSO

+       jail(8), jailer(8), kill(1)
+
+
+
+
+Man(1) output converted with +man2html +
+ + -- cgit v1.2.3