#!/usr/bin/env bash
#
# Copyright 2025 Confluent Inc.
#
set -o errexit

echo "===> Launching USMAgent"
export USM_AGENT_CONFIG_DIR="${CP_COMPONENT_SCRIPT_DIR}"

exec usm-agent-start
