summaryrefslogtreecommitdiff
path: root/doc/lighttpd-angel.8
blob: dd61b7cb4fe70d293b8815dd4ecfb76db44cbcc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>