index.rst 1023 B

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