summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-18 13:09:48 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-18 13:09:48 -0400
commit4943dac8515ca3cf649f0300febd388a4e396865 (patch)
tree06d026fc1759f04fb3ee5062d1c70e3319e773e1 /doc
parentee40397fa508311a6f78aa6f560db64d7f06ec75 (diff)
downloadlighttpd-git-4943dac8515ca3cf649f0300febd388a4e396865.tar.gz
[doc] lighttpd-angel.8 (fixes #2254)
x-ref: "lighttpd-angel doesn't have man page" https://redmine.lighttpd.net/issues/2254
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/lighttpd-angel.826
2 files changed, 27 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8ba00163..23c99ffe 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS=config scripts initscripts systemd outdated
-dist_man8_MANS=lighttpd.8
+dist_man8_MANS=lighttpd.8 lighttpd-angel.8
EXTRA_DIST= \
newstyle.css \
diff --git a/doc/lighttpd-angel.8 b/doc/lighttpd-angel.8
new file mode 100644
index 00000000..ccf394d5
--- /dev/null
+++ b/doc/lighttpd-angel.8
@@ -0,0 +1,26 @@
+.TH LIGHTTPD-ANGEL "8" "2016-10-18" "" ""
+.
+.SH NAME
+lighttpd-angel \- monitor/supervise lighttpd daemon
+.
+.SH SYNOPSIS
+\fBlighttpd-angel\fP <\fBargs\fP>
+.
+.SH DESCRIPTION
+\fBlighttpd-angel\fP monitors/supervises lighttpd daemon (started with <args>).
+lighttpd-angel will restart lighttpd if lighttpd exits for any reason, other
+than by signals sent by lighttpd-angel.
+.PP
+Send lighttpd-angel SIGINT to initiate graceful shutdown of lighttpd.
+.PP
+Send lighttpd-angel SIGTERM to initiate shutdown of lighttpd.
+.PP
+Send lighttpd-angel SIGHUP to initiate restart of lighttpd, reloading config.
+.
+.SH SEE ALSO
+Online Documentation:
+
+https://blog.lighttpd.net/articles/2007/09/02/there-is-an-angel-for-lighty/
+.
+.SH AUTHOR
+Jan Kneschke <jan@kneschke.de>