wok-next view git/stuff/git-daemon.confd @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # conf.d file for git-daemon
2 #
3 # Please check man 1 git-daemon for more information about the options
4 # git-daemon accepts. You MUST edit this to include your repositories you wish
5 # to serve.
6 #
7 # Some of the meaningful options are:
8 # --syslog --- Enables syslog logging
9 # --verbose --- Enables verbose logging
10 # --export-all --- Exports all repositories
11 # --port=XXXX --- Starts in port XXXX instead of 9418
12 #
13 GITDAEMON_OPTS="--syslog --base-path=/var/git"
15 # To run an anonymous git safely, the following user should be able to only
16 # read your Git repositories. It should not be able to write to anywhere on
17 # your system, esp. not the repositories.
18 GIT_USER="nobody"
19 GIT_GROUP="nobody"