mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-07 16:56:43 +02:00
8 lines
202 B
Bash
8 lines
202 B
Bash
#!/bin/sh
|
|
|
|
ENV_FILE_LOCATION=/var/www/castopod/.env
|
|
|
|
. /prepare_environment.sh
|
|
cat /config.template.json | envsubst '$CP_MAX_BODY_SIZE_BYTES$CP_TIMEOUT' > /usr/local/var/lib/unit/conf.json
|
|
|
|
supervisord
|