Files
autoreply-editor/ansible/templates/autoreply-editor.ini.j2

5 lines
147 B
Plaintext
Raw Normal View History

2021-12-19 20:51:04 +01:00
[program:autoreply-editor]
directory=/home/{{ ansible_user_id }}/autoreply-editor
command=gunicorn --bind 0.0.0.0:{{ port }} wsgi:app
startsecs=60