Skip to content

Commit

Permalink
Disable thumbor init.d script
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Jan 7, 2014
1 parent 800c227 commit be19a44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/experimental.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@
})
end

template '/etc/init.d/thumbor' do
source 'thumbor.init.erb'
owner 'root'
group 'root'
mode '0755'
end
# template '/etc/init.d/thumbor' do
# source 'thumbor.init.erb'
# owner 'root'
# group 'root'
# mode '0755'
# end

template '/etc/nginx/conf.d/thumbor.conf' do
source 'nginx.conf.erb'
Expand Down

0 comments on commit be19a44

Please sign in to comment.