12 lines
346 B
Django/Jinja
12 lines
346 B
Django/Jinja
# Access to git repository.
|
|
service git
|
|
{
|
|
disable = no
|
|
type = UNLISTED
|
|
port = 9418
|
|
socket_type = stream
|
|
wait = no
|
|
user = nobody
|
|
server = /usr/bin/git
|
|
server_args = daemon --inetd --export-all --base-path={{ repo_dir }}
|
|
}
|