lmn-client/roles/installbox2kiosk/templates/git-repo.j2
2018-06-09 12:09:08 +03:00

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 }}
}