This commit is contained in:
committed by
Git OBS Bridge
parent
2959321b6e
commit
83a213e077
15
git.xinetd
Normal file
15
git.xinetd
Normal file
@@ -0,0 +1,15 @@
|
||||
# default: off
|
||||
# description: The git server offers access to git repositories
|
||||
service git
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
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"
|
||||
type = UNLISTED
|
||||
port = 9418
|
||||
log_on_failure += USERID
|
||||
}
|
Reference in New Issue
Block a user