summaryrefslogtreecommitdiff
path: root/roles/git/templates/conf.d/git-daemon
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:35:47 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:35:47 +0100
commit9f2ebc2cce3af0e685677c23f2098c115e034adf (patch)
treebc6609cf851ee3f0a4f572d762b4ea35a34610f6 /roles/git/templates/conf.d/git-daemon
parentf31e65c51681823ade14abad87c742101a1b823d (diff)
move ansible/ dir to root
Diffstat (limited to 'roles/git/templates/conf.d/git-daemon')
-rw-r--r--roles/git/templates/conf.d/git-daemon3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/git/templates/conf.d/git-daemon b/roles/git/templates/conf.d/git-daemon
new file mode 100644
index 0000000..c50b66b
--- /dev/null
+++ b/roles/git/templates/conf.d/git-daemon
@@ -0,0 +1,3 @@
+GITDAEMON_OPTS="--syslog --base-path=/srv/git"
+GIT_USER="gitd"
+GIT_GROUP="git"