Files
romm/docker/init_scripts/init_worker
2023-10-27 15:27:22 -04:00

4 lines
97 B
Bash
Executable File

#!/bin/bash
[[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && python3 worker.py || sleep infinity