Files
romm/docker/init_scripts/init_scheduler
2023-08-26 19:28:36 -04:00

5 lines
109 B
Bash

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