mirror of
https://github.com/rommapp/romm.git
synced 2026-06-30 15:55:54 +00:00
5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /back
|
|
[[ -z ${ENABLE_EXPERIMENTAL_REDIS} == "true" ]] && rq worker high default low --logging_level WARN
|