mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-13 18:31:20 +01:00
4 lines
146 B
Plaintext
Executable File
4 lines
146 B
Plaintext
Executable File
#!/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
|