mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 13:30:17 +02:00
set working directory
added code to allow it to be ran from outside of the working directory.
This commit is contained in:
parent
40c4eff8c7
commit
e794d389d7
4
start_bg_tasks.sh
Normal file
4
start_bg_tasks.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd ${0%/*}
|
||||
screen -dm bash -c 'python manage.py celeryd --verbosity=2 --loglevel=DEBUG'
|
||||
screen -dm bash -c 'python manage.py celerybeat --verbosity=2 --loglevel=DEBUG'
|
Loading…
x
Reference in New Issue
Block a user