5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
|
|
[program:autoreply-editor]
|
||
|
|
directory=/home/{{ ansible_user_id }}/autoreply-editor
|
||
|
|
command=gunicorn --bind 0.0.0.0:{{ port }} wsgi:app
|
||
|
|
startsecs=60
|