forked from TrueCloudLab/certificates
5 lines
128 B
Bash
5 lines
128 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ulimit -n 65536
|
||
|
/usr/local/bin/envoy -c /src/server.yaml --service-cluster hello-mTLS --restart-epoch $RESTART_EPOCH
|