git/git.xinetd
jwboyer 96186fa43d - git-1.5.3.6
- Add git-deamon and git-web subpackages
2007-12-07 04:44:48 +00:00

16 lines
509 B
Text

# default: off
# description: The git dæmon allows git repositories to be exported using
# the git:// protocol.
service git
{
disable = yes
socket_type = stream
wait = no
user = nobody
server = /usr/bin/git-daemon
server_args = --base-path=/srv/git --export-all --user-path=public_git --syslog --inetd --verbose
log_on_failure += USERID
# xinetd doesn't do this by default. bug #195265
flags = IPv6
}