diff options
Diffstat (limited to 'services/docker/git-server/lighttpd-wrapper.bash')
-rwxr-xr-x | services/docker/git-server/lighttpd-wrapper.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/docker/git-server/lighttpd-wrapper.bash b/services/docker/git-server/lighttpd-wrapper.bash new file mode 100755 index 0000000..06dc78f --- /dev/null +++ b/services/docker/git-server/lighttpd-wrapper.bash @@ -0,0 +1,8 @@ +#!/usr/bin/bash + +set -e + +touch -a /git/private/user-info + +exec 3>&1 +exec lighttpd -D -f /app/git-lighttpd.conf |