Add 'installbox2kiosk' role.

This commit is contained in:
Andreas B. Mundt 2018-06-07 17:51:18 +03:00
parent e86d1a5903
commit 7b310eba63
5 changed files with 101 additions and 37 deletions

View file

@ -0,0 +1,12 @@
# 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 }}
}