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

5 lines
146 B
Plaintext
Raw Permalink 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
2021-12-23 13:56:58 +01:00
startsecs=5