SHA256
1
0
forked from pool/cgit
cgit/git.xinetd

17 lines
498 B
Plaintext
Raw Normal View History

# default: off
# description: The git server offers access to git repositories
service git
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = git-daemon
group = nogroup
server = /usr/bin/git
server_args = daemon --syslog --inetd --base-path=/srv/git
type = UNLISTED
port = 9418
log_on_failure += USERID
}