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

Python module was renamed budget → ihatemoney (see #243 and 6923367
).
Now, "budget" relates to nothing.
7 lines
223 B
Text
7 lines
223 B
Text
[program:budget]
|
|
command=/path/to/your/app/venv/bin/gunicorn -c /path/to/your/app/conf/gunicorn.conf.py wsgi:application
|
|
directory=/path/to/your/app/ihatemoney/
|
|
user=www
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=True
|