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