summaryrefslogtreecommitdiff
path: root/roles/git-daemon/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git-daemon/templates')
-rw-r--r--roles/git-daemon/templates/conf.d/git-daemon3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/git-daemon/templates/conf.d/git-daemon b/roles/git-daemon/templates/conf.d/git-daemon
new file mode 100644
index 0000000..8a757d1
--- /dev/null
+++ b/roles/git-daemon/templates/conf.d/git-daemon
@@ -0,0 +1,3 @@
+GITDAEMON_OPTS="--syslog --base-path={{ git_directory }}"
+GIT_USER="{{ git_readonly_user }}"
+GIT_GROUP="{{ git_readonly_group }}"