set -e

if [ "$(id -u)" = "0" ]; then
    exit 1
fi

set -x

# TODO run non-interactively
php artisan koel:init

apache2-foreground