This commit is contained in:
ai-dev
2024-11-09 06:54:54 +01:00
parent d4eaef73fc
commit bc92109ae0
3 changed files with 9 additions and 9 deletions

View File

@@ -47,5 +47,5 @@ if [ "${log_level}" == "debug" ]; then
fi
bashio::log.info "Handing over control to Loki..."
exec s6-setuidgid abc \
exec s6-setuidgid loki \
/usr/bin/loki "${loki_args[@]}"