disable_service
Disable a launchd service on macOS by specifying its service target, preventing it from loading or running.
Instructions
Disable a service via launchctl disable.
Args: service_target: Service target like "system/com.example.daemon" or "gui/501/com.example.agent".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |