7 lines
79 B
Bash
Raw Normal View History

2023-05-10 09:02:59 +02:00
#!/bin/bash
set -o errexit
set -o nounset
celery -A "$APP_NAME" beat -l info