#!/bin/sh
# Compatibility shim: the agent binary was renamed from "jujud" to
# "jujuagentd" in Juju 4.1. Forward to the renamed binary so that
# init scripts generated by earlier versions of Juju keep working.
exec "$(dirname "$0")/jujuagentd" "$@"
