aboutsummaryrefslogtreecommitdiff
path: root/services/docker/git-server/app/lighttpd-wrapper.bash
blob: 54079ad46d898206f79a17469083f184b230b204 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/bash

set -e

[[ -f /git/user-info ]] || touch -a /git/user-info

exec 3>&1
exec 4>&1
exec lighttpd -D -f /app/lighttpd/lighttpd.conf