aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-07-10 13:08:57 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2024-07-10 13:39:38 +0000
commitabb53891c6b34ab24fcb402a5f412662e3b51baa (patch)
treeb706149d379351e19e7e5d3a881c03674b51429d
parent92c083249312380c8e3fb72279fb8e91a7d4b50c (diff)
www/oauth2-proxy: make the start script service jails ready
PR: 279491 Approved by: maintainer timeout (1 month)
-rw-r--r--www/oauth2-proxy/files/oauth2_proxy.in1
1 files changed, 1 insertions, 0 deletions
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:-''}"