Skip to content

Instantly share code, notes, and snippets.

@initcron
Created April 9, 2014 05:30
Show Gist options
  • Save initcron/10228759 to your computer and use it in GitHub Desktop.
Save initcron/10228759 to your computer and use it in GitHub Desktop.
git-cookbook server.rb recipe
include_recipe "git"
include_recipe "runit"
package "git-daemon-run"
runit_service "git-daemon" do
sv_templates false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment