Cloudron-Pandoc-PDF-Builder/start.sh

10 lines
258 B
Bash
Raw Normal View History

2022-01-29 10:10:50 +00:00
#!/bin/bash
set -eu
# ensure that data directory is owned by 'cloudron' user
chown -R cloudron:cloudron /app/data
echo "==> Starting supervisor"
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i SupervisorExampleApp