mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 23:35:47 +00:00
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[[ ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && rq worker high default low --logging_level WARN || sleep infinity
|