1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove .sh files

This commit is contained in:
Jerry Vonau 2020-09-09 14:49:45 +01:00
parent 968d2892d9
commit 2775c7600a
3 changed files with 0 additions and 18 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env sh
'{{lokole_venv}}/bin/celery' \
'--app=opwen_email_client.webapp.tasks' \
'beat' \
'--loglevel=info'

View file

@ -1,7 +0,0 @@
#!/usr/bin/env sh
'{{lokole_venv}}/bin/celery' \
'--app=opwen_email_client.webapp.tasks' \
'worker' \
'--loglevel=info' \
'--concurrency=2'

View file

@ -1,5 +0,0 @@
#!/usr/bin/env sh
'{{lokole_venv}}/bin/manage.py' \
'restarter' \
'--directory={{lokole_run_directory}}'