summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/doc/lighttpd-angel.8
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/doc/lighttpd-angel.8')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/doc/lighttpd-angel.829
1 files changed, 29 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/doc/lighttpd-angel.8 b/data/lighttpd/lighttpd-1.4.53/doc/lighttpd-angel.8
new file mode 100644
index 000000000..dd61b7cb4
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/doc/lighttpd-angel.8
@@ -0,0 +1,29 @@
+.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 SIGTERM to initiate immediate shutdown of lighttpd.
+.PP
+Send lighttpd-angel SIGINT to initiate graceful shutdown of lighttpd.
+.PP
+Send lighttpd-angel SIGHUP to initiate graceful restart of lighttpd.
+.PP
+Send lighttpd-angel SIGUSR1 to initiate graceful reload of lighttpd config.
+.
+.SH SEE ALSO
+Online Documentation:
+
+https://redmine.lighttpd.net/projects/lighttpd/wiki/InstallFromSource
+https://blog.lighttpd.net/articles/2007/09/02/there-is-an-angel-for-lighty/
+.
+.SH AUTHOR
+Jan Kneschke <jan@kneschke.de>