mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 11:22:23 -04:00
Add a section about supervisord configuration
This commit is contained in:
parent
d2a26db898
commit
4771959014
13
README.rst
13
README.rst
@ -142,4 +142,17 @@ UWSGI configuration
|
|||||||
plugins = python
|
plugins = python
|
||||||
|
|
||||||
|
|
||||||
|
supervisord configuration
|
||||||
|
=========================
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
[program:zimit-worker]
|
||||||
|
command=/home/ideascube/zimit.ideascube.org/venv/bin/rqworker
|
||||||
|
directory=/home/ideascube/zimit.ideascube.org/zimit/
|
||||||
|
user=www-data
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
redirect_stderr=true
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user