mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /back
|
|
[[ -z ${ENABLE_EXPERIMENTAL_REDIS} ]] && rq worker high default low --logging_level WARN
|