```json
{
  "next_action": "Request user approval",
  "command": "systemctl restart <service>",
  "requires_approval": true,
  "stop_condition": "User approval received"
}
```