From 47719590143766c4bc28c0e115cb5f901ba44271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 15 Jan 2016 18:11:20 +0100 Subject: [PATCH] Add a section about supervisord configuration --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 5c1697b..338204a 100644 --- a/README.rst +++ b/README.rst @@ -142,4 +142,17 @@ UWSGI configuration 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!