mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00

To match `budget` name disparition (package got renamed in #243). This should be mentioned in upgrade guide. ref #243 #264
6 lines
191 B
Text
6 lines
191 B
Text
[program:ihatemoney]
|
|
command=/path/to/your/app/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
|
|
user=www
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=True
|