ecp_supervisor_add_process
Add a new process to supervisor for automatic restarting. Provide name, command, and directory to ensure your application stays running.
Instructions
Register a new supervised (auto-restarting) process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| command | Yes | ||
| autostart | No | ||
| directory | Yes | ||
| environment | No |