Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created March 25, 2011 21:14
Show Gist options
  • Save saimonmoore/887645 to your computer and use it in GitHub Desktop.
Save saimonmoore/887645 to your computer and use it in GitHub Desktop.
unless platform?("centos","redhat","fedora")
runit_service "nginx"
service "nginx" do
subscribes :restart, resources(:bash => "compile_nginx_source")
end
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment