Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
609d8e9186a854891e202b32106aab9d530778d0
/
.
/
extras
/
hs-test
/
resources
/
nginx
/
start.sh
blob: 29e49021d9affba37777f8d57191ecbf2faf2cb0 [
file
] [
log
] [
blame
]
#!/bin/bash
LDP_PATH
=/
usr
/
lib
/
libvcl_ldpreload
.
so
VCL_CFG
=/
vcl
.
conf
LD_PRELOAD
=
$LDP_PATH VCL_CONFIG
=
$VCL_CFG nginx
-
c
/
nginx
.
conf
tail
-
f
/
dev
/
null