create_daemon
Create a daemon (long-running process) on a server by specifying the command, system user, and number of processes.
Instructions
Create a daemon (long-running process) on a server, e.g. 'php artisan queue:work'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | The ID of the server | |
| command | Yes | The command to run (max 150 chars), e.g. 'php artisan queue:work' | |
| system_user | Yes | The system user the daemon runs as | |
| processes | Yes | Number of processes to run | |
| directory | No | Working directory (optional) |