about summary refs log tree commit diff stats
path: root/tools/conf
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-04-13 21:44:50 +0100
committerSilvino Silva <silvino@bk.ru>2018-04-13 21:44:50 +0100
commit5b331e8145aeeb05ab24cde90e2c554989b16777 (patch)
tree443d3c2f16a43f83c92801906fc7d5a0d2231f7b /tools/conf
parentd1e992fd5302e0514206b46c864cb15d44bd22f2 (diff)
downloaddoc-5b331e8145aeeb05ab24cde90e2c554989b16777.tar.gz
tools fix init git-daemon perm
Diffstat (limited to 'tools/conf')
-rwxr-xr-xtools/conf/etc/rc.d/git-daemon2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/etc/rc.d/git-daemon b/tools/conf/etc/rc.d/git-daemon
index 0daf522..fc43cbf 100755
--- a/tools/conf/etc/rc.d/git-daemon
+++ b/tools/conf/etc/rc.d/git-daemon
@@ -4,7 +4,7 @@ SSD=/sbin/start-stop-daemon
 NAME=git-daemon
 PROG=$(git --exec-path)/${NAME}
 USER=www
-GROUP=www
+GROUP=gitolite
 PIDFILE=/var/run/git-daemon.pid
 REPOS=/srv/gitolite/repositories
 OPTS="--verbose --reuseaddr --base-path=${REPOS}"