Skip to content

Instantly share code, notes, and snippets.

@initcron
Created February 11, 2015 16:46
Show Gist options
  • Select an option

  • Save initcron/ff01c2a19191c67a8569 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/ff01c2a19191c67a8569 to your computer and use it in GitHub Desktop.
server.rb recipe for git
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