tubesync/config/root/etc/services.d/gunicorn/run

10 lines
219 B
Plaintext
Raw Normal View History

2020-12-13 05:13:30 +00:00
#!/usr/bin/with-contenv bash
UMASK_SET=${UMASK_SET:-022}
umask "$UMASK_SET"
cd /app || exit
exec s6-setuidgid app \
/usr/local/bin/gunicorn -c /app/tubesync/gunicorn.py --capture-output tubesync.wsgi:application