diff options
author | Stef Walter <stef@memberwebs.com> | 2003-12-02 17:20:39 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2003-12-02 17:20:39 +0000 |
commit | 58c696e88cfeb6d97d836b9f328d683b0e187d65 (patch) | |
tree | 1b1a15cdc8cb13fa2ba8d25f0bd4a165524e79db /killjail_man.html | |
parent | f38c902303a704db26f8632e6e582af5d65f0a50 (diff) |
Initial Import
Diffstat (limited to 'killjail_man.html')
-rw-r--r-- | killjail_man.html | 76 |
1 files changed, 76 insertions, 0 deletions
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 @@ +<HTML> +<BODY> +<PRE> +<!-- Manpage converted by man2html 3.0.1 --> + +</PRE> +<H2>SYNOPSIS</H2><PRE> + <B>killjail</B> [ <B>-h</B> | <B>-r</B> ] [ <B>-t</B> <I>timeout</I> ] [ <B>-fq</B> ] <I>jailname</I> <I>...</I> + + +</PRE> +<H2>DESCRIPTION</H2><PRE> + <B>killjail</B> can either send signals to a <B>jailer(8)</B> 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 <B>jailer(8)</B> 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 <B>-f</B> option is specified, send a SIGKILL to any + remaining processes. + + + +</PRE> +<H2>OPTIONS</H2><PRE> + -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 <B>jailer(8)</B> process running inside it. + The <B>jailer(8)</B> 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 <B>jailer(8)</B> process running inside + it. + + -t timeout + The timeout in seconds to wait between steps 1, 2 + and 3 above. Defaults to 3. + + + +</PRE> +<H2>BUGS</H2><PRE> + I'm sure they're out there. Let me know. + + + +</PRE> +<H2>AUTHOR</H2><PRE> + Nate Nielsen <nielsen@memberwebs.com> + + + +</PRE> +<H2>SEE ALSO</H2><PRE> + <B>jail(8)</B>, <B>jailer(8)</B>, <B>kill(1)</B> + +</PRE> +<HR> +<ADDRESS> +Man(1) output converted with +<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a> +</ADDRESS> +</BODY> +</HTML> |