This commit is contained in:
committed by
Git OBS Bridge
parent
f519bb994d
commit
2623082364
@@ -7,8 +7,8 @@ service git
|
||||
wait = no
|
||||
user = git-daemon
|
||||
group = nogroup
|
||||
server = /usr/bin/git-daemon
|
||||
server_args = --syslog --detach --reuseaddr --user=git-daemon --group=nogroup --pid-file=/var/run/git-daemon.pid --base-path="/srv/git"
|
||||
server = /usr/bin/git
|
||||
server_args = daemon --syslog --detach --reuseaddr --user=git-daemon --group=nogroup --pid-file=/var/run/git-daemon.pid --base-path="/srv/git"
|
||||
type = UNLISTED
|
||||
port = 9418
|
||||
log_on_failure += USERID
|
||||
|
Reference in New Issue
Block a user