create_daemon
Creates a new daemon process on a specified server. Defines command, user, directory, and number of processes.
Instructions
Create a daemon on a server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User to run as | |
| command | Yes | Command to run | |
| serverId | Yes | The ID of the server | |
| directory | No | Working directory | |
| processes | No | Number of processes |