Skip to content

Instantly share code, notes, and snippets.

@viglesiasce
Created August 11, 2014 02:38
Show Gist options
  • Select an option

  • Save viglesiasce/56bba260318642d50c44 to your computer and use it in GitHub Desktop.

Select an option

Save viglesiasce/56bba260318642d50c44 to your computer and use it in GitHub Desktop.
service 'apache2' do
action :restart
not_if 'echo `uptime | awk '{print $9}'`'>30'| bc'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment