Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Forked from Aslan/gist:2586581
Created May 3, 2012 15:41
Show Gist options
  • Save andrewgross/2586642 to your computer and use it in GitHub Desktop.
Save andrewgross/2586642 to your computer and use it in GitHub Desktop.
service "apache2" do
name "apache2"
supports :restart => true, :reload => true
action :enable
# Hack to make sure we wait a little bit before restarting
only_if "sleep 1"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment