#!/bin/sh
exec 2>&1
echo 'git daemon starting.'
exec chpst -ugitdaemon git daemon --verbose --base-path=/var/cache /var/cache/git
