Documentation Index
Fetch the complete documentation index at: https://sysg.dev/llms.txt
Use this file to discover all available pages before exploring further.
stop
Stop running services.Options
| Short | Long | Description |
|---|---|---|
-c | --config | Path to the configuration file. Used when no supervisor is running to locate services. When a supervisor is running, it uses the supervisor’s configuration |
-s | --service | Name of a specific service to stop. If not specified, all services are stopped |
- | --sys | Opt into privileged system mode. Requires running as root |
- | --log-level | Set logging verbosity for this invocation. Accepts named levels (trace, debug, info, warn, error, off) or numeric values (5-0) |
Examples
Stop all services
Stop a specific service
What happens
- Services stop in reverse dependency order
- Each service receives
SIGTERM - After 10 seconds,
SIGKILLis sent if needed - The supervisor exits (unless other services are running)
