index.rst 1020 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. Indices and tables
  33. ------------------
  34. * :ref:`genindex`
  35. * :ref:`modindex`
  36. * :ref:`search`