Skip to content

Instantly share code, notes, and snippets.

@benjaminws
Created November 7, 2011 21:08
Show Gist options
  • Save benjaminws/1346187 to your computer and use it in GitHub Desktop.
Save benjaminws/1346187 to your computer and use it in GitHub Desktop.
after_changed
template "/opt/local/etc/myservice.cfg" do
source "myservice.cfg.erb"
owner "user"
after_changed "some_command"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment