1 2 3 4 5 6 7 8 9 10 11 12 13
service git-daemon { disable = yes socket_type = stream wait = no user = nobody type = UNLISTED protocol = tcp log_on_failure += USERID port = 9418 server = /usr/bin/git server_args = daemon --inetd --syslog --export-all --base-path=/var/git }