list_services
List all system services on a server, covering systemd units and init scripts. Returns service names for status checks.
Instructions
List all system services (systemd units or init scripts). Returns service names. Use get_service_status to check if a specific service is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. |