Sha256: 66ac1942ad656dbfbac0f0c63232985d9b05200d84232cf5a7e35d140d0dadec

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

#!/bin/sh
exec 2>&1
exec /usr/bin/git daemon <%= node['git']['server']['export_all'] ? '--export-all' : nil %> --user=nobody --group=daemon --syslog --base-path=<%= node["git"]["server"]["base_path"] %> <%= node["git"]["server"]["base_path"] %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-12.11.18-universal-mingw32 acceptance/top-cookbooks/test_run/git/templates/default/sv-git-daemon-run.erb
chef-12.11.18 acceptance/top-cookbooks/test_run/git/templates/default/sv-git-daemon-run.erb