7 lines
89 B
Bash

#!/bin/bash
set -o errexit
set -o nounset
celery -A main.celery worker --loglevel=info