7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source /install_scripts.sh
|
|
source /manage.sh celery beat -- \
|
|
--schedule /data/storage/pillar/celerybeat-schedule.db \
|
|
--pid /data/storage/pillar/celerybeat.pid
|