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:
parent
7e9c31d5db
commit
fbcbc82050
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue