Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
11 lines
399 B
Plaintext
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
|
|
}
|