2008-08-07 01:18:59 +02:00
|
|
|
# default: off
|
|
|
|
# description: The git server offers access to git repositories
|
|
|
|
service git
|
|
|
|
{
|
2010-06-02 02:01:27 +02:00
|
|
|
disable = yes
|
2008-08-07 01:18:59 +02:00
|
|
|
socket_type = stream
|
|
|
|
protocol = tcp
|
|
|
|
wait = no
|
|
|
|
user = git-daemon
|
|
|
|
group = nogroup
|
2008-10-24 15:08:26 +02:00
|
|
|
server = /usr/bin/git
|
2010-06-02 02:01:27 +02:00
|
|
|
server_args = daemon --syslog --inetd --base-path=/srv/git
|
2008-08-07 01:18:59 +02:00
|
|
|
type = UNLISTED
|
|
|
|
port = 9418
|
|
|
|
log_on_failure += USERID
|
|
|
|
}
|