remote_service
Manages systemd services on a remote Linux server via SSH. Supports actions: status, start, stop, restart, enable, disable, list.
Instructions
Manage systemd services on the remote Linux server via SSH. Actions: status, start, stop, restart, enable, disable, list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | systemctl action to perform | |
| service | No | Service name, e.g. "nginx" or "postgresql" (required for all actions except list) |