blob: add7770d9b790438584605dcbdd7fc735868c8bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
service git
{
disable = no
type = UNLISTED
port = 9418
socket_type = stream
server = /usr/lib/git-core/git-daemon
wait = no
user = nobody
server_args = --inetd --verbose --export-all --base-path=<%= git_base_path %>
log_on_failure += HOST
}
|