]> andersk Git - test.git/blobdiff - shellinabox/shellinaboxd.man.in
Added --pidfile= option that can be used even if running in the foreground.
[test.git] / shellinabox / shellinaboxd.man.in
index 9dbe40a654377625c997c58b62ffbd7a2544a5b9..c617bbf46d3c160cf1436b6d38286a80835fbc3e 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\" shellinaboxd.man -- Make command line applications available as AJAX web applications
-.\" Copyright (C) 2008-2009 Markus Gutschke <markus@shellinabox.com>
+.\" Copyright (C) 2008-2010 Markus Gutschke <markus@shellinabox.com>
 .\"
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License version 2 as
@@ -44,7 +44,7 @@
 .\" The most up-to-date version of this program is always available from
 .\" http://shellinabox.com
 .\"
-.TH SHELLINABOXD 1 "Dec 03, 2009"
+.TH SHELLINABOXD 1 "Sep 11, 2010"
 .SH NAME
 shellinaboxd \- publish command line shell through AJAX interface
 .SH SYNOPSIS
@@ -65,6 +65,7 @@ shellinaboxd \- publish command line shell through AJAX interface
 [\ \fB--localhost-only\fP\ ]
 [\ \fB--no-beep\fP\ ]
 [\ \fB-n\fP\ | \fB--numeric\fP\ ]
+[\ \fB--pidfile=\fP\fIpidfile\fP\ ]
 [\ \fB-p\fP\ | \fB--port=\fP\fIport\fP\ ]
 [\ \fB-s\fP\ | \fB--service=\fP\fIservice\fP\ ]
 #ifdef HAVE_OPENSSL
@@ -188,7 +189,8 @@ should be configured to pass through the firewall.
 The
 .B --cgi
 option is mutually exclusive with the
-.B --background
+.BR --background ,
+.B --pidfile
 and
 .B --port
 options.
@@ -312,6 +314,12 @@ By default, host names of peers get resolved
 before logging them. As DNS look-ups can be expensive, it is possible
 to request logging of numeric IP addresses, instead.
 .TP
+\fB--pidfile=\fP\fIpidfile\fP
+The
+.B shellinaboxd
+daemon can be configured to store its process identifier in
+.IR pidfile .
+.TP
 \fB-p\fP\ |\ \fB--port=\fP\fIport\fP
 Unless overridden by this option, the web server listens on port 4200
 for incoming HTTP and HTTPS requests.
@@ -798,7 +806,7 @@ and
 .B --user
 options should be used to change to a dedicated user.
 .SH AUTHOR
-Copyright (C) 2008-2009 by Markus Gutschke
+Copyright (C) 2008-2010 by Markus Gutschke
 .RI < "markus@shellinabox.com" >.
 .P
 This program is free software; you can redistribute it and/or modify
This page took 0.035624 seconds and 4 git commands to generate.