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