Skip to content

Commit

Permalink
Merge pull request #42 from jayofdoom/jay/FixInotify
Browse files Browse the repository at this point in the history
fix(upstart): Install inotify-tools if using upstart
  • Loading branch information
bflad committed Jan 2, 2014
2 parents 3913ca2 + b04de50 commit bd64a8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ def service_create_sysv
end

def service_create_upstart
# The upstart init script requires inotifywait, which is in inotify-tools
package 'inotify-tools'

template "/etc/init/#{service_name}.conf" do
source service_template
cookbook new_resource.cookbook
Expand Down

0 comments on commit bd64a8f

Please sign in to comment.