wok-next diff git/stuff/git-daemon.conf @ rev 21099

Update doxygen (1.8.15), git (2.20.1); add db5 (5.3.28)
TODO: switch to using /etc/daemons.conf.d/ in other packages too.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 01 22:49:19 2019 +0200 (2019-01-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/git/stuff/git-daemon.conf	Tue Jan 01 22:49:19 2019 +0200
     1.3 @@ -0,0 +1,3 @@
     1.4 +# Git daemon options.
     1.5 +GIT_REPO="/var/www/git/"
     1.6 +OPTIONS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"