index.rst 937 B

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