summaryrefslogtreecommitdiff
path: root/dev-util/git/files/git-daemon.confd
blob: ace9cbd85bfd551d343b8245ff19435348bafa97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# conf.d file for git-daemon
#
# Please check man 1 git-daemon for more information about the options
# git-daemon accepts.
#
# Meaningful options are:
#   --syslog      --- Enables syslog logging
#   --verbose     --- Enables verbose logging
#   --export-all  --- Exports all repositories
#   --port=XXXX   --- Starts in port XXXX instead of 9418
#
GITDAEMON_OPTS="--syslog"