diff options
author | Silvino Silva <silvino@bk.ru> | 2018-04-13 21:44:50 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-04-13 21:44:50 +0100 |
commit | 5b331e8145aeeb05ab24cde90e2c554989b16777 (patch) | |
tree | 443d3c2f16a43f83c92801906fc7d5a0d2231f7b /tools/conf/etc/rc.d | |
parent | d1e992fd5302e0514206b46c864cb15d44bd22f2 (diff) | |
download | doc-5b331e8145aeeb05ab24cde90e2c554989b16777.tar.gz |
tools fix init git-daemon perm
Diffstat (limited to 'tools/conf/etc/rc.d')
-rwxr-xr-x | tools/conf/etc/rc.d/git-daemon | 2 |
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}" |