# Supervisord

**supervisord** is a system that allows its users to control a number of processes on UNIX-like operating systems.

[GitHub repo](https://github.com/Supervisor/supervisor)

## Managing Configuration

**supervisord** is managed via a configuration file at `/etc/supervisor/supervisord.conf`  (or applicable sub directories).

**supervisor** has a CLI interface which administrators can use to control programs managed by **supervisord.**

{% hint style="warning" %}
It is important to understand the distinction between `reread` and `update` . These commands have DIFFERENT FUNCTIONS. `reread` scans a configuration file for changes, but an `update` IS needed afterwards.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.tjhsst.edu/technologies/web/supervisord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
