Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00

11 lines
409 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"] %> <% if node["git"]["server"]["export_all"] == "true" %>--export-all <% end %>--syslog --inetd --verbose
log_on_failure += USERID
}