- next is 1.4.56
[lighttpd.git] / doc / lighttpd-angel.8
blobdd61b7cb4fe70d293b8815dd4ecfb76db44cbcc5
1 .TH LIGHTTPD-ANGEL "8" "2016-10-18" "" ""
3 .SH NAME
4 lighttpd-angel \- monitor/supervise lighttpd daemon
6 .SH SYNOPSIS
7 \fBlighttpd-angel\fP <\fBargs\fP>
9 .SH DESCRIPTION
10 \fBlighttpd-angel\fP monitors/supervises lighttpd daemon (started with <args>).
11 lighttpd-angel will restart lighttpd if lighttpd exits for any reason, other
12 than by signals sent by lighttpd-angel.
13 .PP
14 Send lighttpd-angel SIGTERM to initiate immediate shutdown of lighttpd.
15 .PP
16 Send lighttpd-angel SIGINT to initiate graceful shutdown of lighttpd.
17 .PP
18 Send lighttpd-angel SIGHUP to initiate graceful restart of lighttpd.
19 .PP
20 Send lighttpd-angel SIGUSR1 to initiate graceful reload of lighttpd config.
22 .SH SEE ALSO
23 Online Documentation:
25 https://redmine.lighttpd.net/projects/lighttpd/wiki/InstallFromSource
26 https://blog.lighttpd.net/articles/2007/09/02/there-is-an-angel-for-lighty/
28 .SH AUTHOR
29 Jan Kneschke <jan@kneschke.de>