Files
KNELCloudronPackages/apps/openboxes-docker/start.sh

9 lines
369 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# Cloudron injects configuration via environment variables and files under /run
# Use this script to render config files and launch the upstream service.
# TODO: Replace the command below with the correct process supervisor.
exec /bin/sh -c "echo 'Replace start.sh with application startup logic for OpenBoxes Docker' && sleep infinity"