From abb53891c6b34ab24fcb402a5f412662e3b51baa Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Wed, 10 Jul 2024 15:08:57 +0200 Subject: [PATCH] www/oauth2-proxy: make the start script service jails ready PR: 279491 Approved by: maintainer timeout (1 month) --- www/oauth2-proxy/files/oauth2_proxy.in | 1 + 1 file changed, 1 insertion(+) diff --git a/www/oauth2-proxy/files/oauth2_proxy.in b/www/oauth2-proxy/files/oauth2_proxy.in index 5c8aeab10dcb..2b7111ca4145 100644 --- a/www/oauth2-proxy/files/oauth2_proxy.in +++ b/www/oauth2-proxy/files/oauth2_proxy.in @@ -34,6 +34,7 @@ desc="OAuth 2.0 proxy server" load_rc_config "$name" eval "${rcvar}=\${${rcvar}:-'NO'}" +eval "${name}_svcj_options=\${${name}_svcj_options:-'net_basic'}" eval "_oauth2_proxy_user=\${${name}_user:-'%%USER%%'}" eval "_oauth2_proxy_group=\${${name}_group:-'%%GROUP%%'}" eval "_oauth2_proxy_flags=\${${name}_flags:-''}"