From 9f2ebc2cce3af0e685677c23f2098c115e034adf Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 13 Aug 2026 16:35:47 +0100 Subject: move ansible/ dir to root --- roles/git/templates/conf.d/git-daemon | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/git/templates/conf.d/git-daemon (limited to 'roles/git/templates/conf.d/git-daemon') 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" -- cgit v1.2.3