You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/git/files/git-daemon.xinetd

14 lines
260 B

service git-daemon
{
disable = yes
socket_type = stream
wait = no
user = nobody
type = UNLISTED
protocol = tcp
log_on_failure += USERID
port = 9418
server = /usr/bin/git
server_args = daemon --inetd --syslog --export-all --base-path=/var/git
}