diff options
Diffstat (limited to 'test/mocks/pnfsimulator/netopeer_tls_cfg/entrypoint.sh')
-rwxr-xr-x | test/mocks/pnfsimulator/netopeer_tls_cfg/entrypoint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/netopeer_tls_cfg/entrypoint.sh b/test/mocks/pnfsimulator/netopeer_tls_cfg/entrypoint.sh new file mode 100755 index 000000000..45b30a1a1 --- /dev/null +++ b/test/mocks/pnfsimulator/netopeer_tls_cfg/entrypoint.sh @@ -0,0 +1,2 @@ +nohup /netopeer_tls_cfg/update_tls.sh & +exec /usr/bin/supervisord -c "/etc/supervisord.conf" |