#!/bin/sh
# Keep the legacy launcher and its JVM/service identity; forward all arguments and exit status.
exec "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)/cc-pocket-daemon" "$@"
