Sha256: 73ac5ceca921235877da5136cad736ec12693bd5f68bf83b181b0a47ccc37a6f
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
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 }
Version data entries
2 entries across 2 versions & 1 rubygems