index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Supervisor: A Process Control System
  2. ====================================
  3. Supervisor is a client/server system that allows its users to monitor
  4. and control a number of processes on UNIX-like operating systems.
  5. It shares some of the same goals of programs like :term:`launchd`,
  6. :term:`daemontools`, and :term:`runit`. Unlike some of these programs,
  7. it is not meant to be run as a substitute for ``init`` as "process id
  8. 1". Instead it is meant to be used to control processes related to a
  9. project or a customer, and is meant to start like any other program at
  10. boot time.
  11. Narrative Documentation
  12. -----------------------
  13. .. toctree::
  14. :maxdepth: 2
  15. introduction.rst
  16. installing.rst
  17. running.rst
  18. configuration.rst
  19. subprocess.rst
  20. logging.rst
  21. events.rst
  22. xmlrpc.rst
  23. upgrading.rst
  24. faq.rst
  25. development.rst
  26. glossary.rst
  27. API Documentation
  28. -----------------
  29. .. toctree::
  30. :maxdepth: 2
  31. api.rst
  32. Plugins
  33. -------
  34. .. toctree::
  35. :maxdepth: 2
  36. plugins.rst
  37. Indices and tables
  38. ------------------
  39. * :ref:`genindex`
  40. * :ref:`modindex`
  41. * :ref:`search`