Skip to content

Commit

Permalink
Update to runit 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabineau committed Feb 19, 2013
1 parent 0cece86 commit 572b361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

depends "python"
depends "apache2"
depends "runit", "<= 0.16.2"
depends "memcached", "<= 1.2.0"
depends "runit", "~> 1.0"
depends "memcached"

suggests "systemd"
suggests "s6"
Expand Down
2 changes: 1 addition & 1 deletion recipes/carbon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:amqp_exchange => node['graphite']['carbon']['amqp_exchange'],
:amqp_metric_name_in_body => node['graphite']['carbon']['amqp_metric_name_in_body'],
:storage_dir => node['graphite']['storage_dir'])
notifies :restart, "service[carbon-cache]"
notifies :restart, "runit_service[carbon-cache]"
end

template "#{node['graphite']['base_dir']}/conf/storage-schemas.conf" do
Expand Down

0 comments on commit 572b361

Please sign in to comment.