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

16 lines
552 B
Plaintext

# 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
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
}