Skip to content
Snippets Groups Projects
Commit e6b58035 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch '128-fix-stunnel' into 'master'

Use 'exec' for clean stunnel shutdown

Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/128

Missing 'exec' caused Foreman not to terminate stunnel when shutting down.

See merge request !157
parents 4d00fe22 18b1dc3c
No related branches found
No related tags found
1 merge request!157Use 'exec' for clean stunnel shutdown
#!/bin/sh
 
main() {
stunnel -fd 3 3<<EOF
exec stunnel -fd 3 3<<EOF
foreground = yes
 
[workhorse-https]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment