manage_service
Start, stop, restart, reload, enable, disable, check status, or view logs of systemd services on your VPS.
Instructions
Manage systemd services on the VPS (start, stop, restart, status, enable, disable)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on the service | |
| service | Yes | Name of the systemd service (e.g., nginx, docker) | |
| log_lines | No | Number of log lines to show (only for 'logs' action) |