get_service_status
Retrieve read-only systemctl status for a systemd service to inspect whether it is active, failed, or stopped without modifying it.
Instructions
Get the systemctl status output for one systemd service (read-only;
cannot start, stop, restart, enable, or disable services).
Args: service_name: Service unit name, e.g. "nginx" or "ssh.service". Only letters, digits, '@', '.', '_', and '-' are allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes |