apprise-api/etc/services.d/gunicorn/run

4 lines
146 B
Plaintext
Raw Normal View History

2020-01-03 05:24:07 +01:00
#!/usr/bin/with-contenv sh
echo >&2 "Starting gunicorn"
exec gunicorn -c /opt/apprise/webapp/gunicorn.conf.py --worker-tmp-dir /dev/shm core.wsgi