diff options
Diffstat (limited to 'ihatemoney/conf-templates/supervisord.conf.j2')
| -rw-r--r-- | ihatemoney/conf-templates/supervisord.conf.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ihatemoney/conf-templates/supervisord.conf.j2 b/ihatemoney/conf-templates/supervisord.conf.j2 new file mode 100644 index 0000000..fa16c0c --- /dev/null +++ b/ihatemoney/conf-templates/supervisord.conf.j2 @@ -0,0 +1,6 @@ +[program:ihatemoney] +command={{ venv_path }}/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application +user=ihatemoney +autostart=true +autorestart=true +redirect_stderr=true |
