lighttpd-angel.8 900 B

1234567891011121314151617181920212223242526272829
  1. .TH LIGHTTPD-ANGEL "8" "2016-10-18" "" ""
  2. .
  3. .SH NAME
  4. lighttpd-angel \- monitor/supervise lighttpd daemon
  5. .
  6. .SH SYNOPSIS
  7. \fBlighttpd-angel\fP <\fBargs\fP>
  8. .
  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.
  21. .
  22. .SH SEE ALSO
  23. Online Documentation:
  24. https://redmine.lighttpd.net/projects/lighttpd/wiki/InstallFromSource
  25. https://blog.lighttpd.net/articles/2007/09/02/there-is-an-angel-for-lighty/
  26. .
  27. .SH AUTHOR
  28. Jan Kneschke <jan@kneschke.de>