index.rst 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. 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`