index.rst 952 B

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