index.rst 993 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. API Documentation
  27. -----------------
  28. .. toctree::
  29. :maxdepth: 2
  30. api.rst
  31. Indices and tables
  32. ------------------
  33. * :ref:`genindex`
  34. * :ref:`modindex`
  35. * :ref:`search`