mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
5 lines
180 B
Bash
5 lines
180 B
Bash
#!/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'
|