7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
|
# Example conf for supervisor
|
||
|
[program:rophako]
|
||
|
command = /home/www-data/.virtualenv/rophako/bin/gunicorn -b 127.0.0.1:9000 wsgi_gunicorn:app
|
||
|
environment = ROPHAKO_SETTINGS="/home/www-data/site/settings.ini"
|
||
|
directory = /home/www-data/git/rophako
|
||
|
user = www-data
|