chef/cookbooks/git/templates/default/git-xinetd.d.erb
Greg Karékinian de11c0d691 Set up an instance of Mastodon for Kosmos
Refs #19

Use new application cookbook, update our cookbooks
2017-04-06 21:20:51 +02:00

11 lines
399 B
Plaintext

service git
{
disable = no
socket_type = stream
wait = no
user = nobody
server = <%= @git_daemon_binary %>
server_args = --base-path=<%= node["git"]["server"]["base_path"] %> <%= node['git']['server']['export_all'] ? '--export-all' : nil %> --syslog --inetd --verbose
log_on_failure += USERID
}