Skip to content

Instantly share code, notes, and snippets.

@tjl2
Created May 25, 2011 14:44
Show Gist options
  • Save tjl2/991101 to your computer and use it in GitHub Desktop.
Save tjl2/991101 to your computer and use it in GitHub Desktop.
service "vixie-cron"
service "sysklogd"
service "nginx"
link "/etc/localtime" do
to "/usr/share/zoneinfo/GB"
notifies :restart, resources(:service => ["vixie-cron", "sysklogd", "nginx"]), :delayed
not_if "readlink /etc/localtime | grep -q 'GB$'"
end
@jimneath
Copy link

Quim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment