1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Ansible norm in lokole/templates/celery.service.j2

This commit is contained in:
A Holt 2020-09-09 20:25:09 -04:00 committed by GitHub
parent 7e9c31d5db
commit fbcbc82050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Before=celerybeat.service
[Service] [Service]
Type=simple Type=simple
ExecStart={{lokole_venv}}/bin/celery --app=opwen_email_client.webapp.tasks worker --loglevel=info --concurrency=2 ExecStart={{ lokole_venv }}/bin/celery --app=opwen_email_client.webapp.tasks worker --loglevel=info --concurrency=2
ExecReload=/bin/kill -s HUP $MAINPID ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill TERM $MAINPID ExecStop=/bin/kill TERM $MAINPID