Skip to content

Commit

Permalink
rename relay package
Browse files Browse the repository at this point in the history
  • Loading branch information
shaylang committed Nov 30, 2014
1 parent 2746326 commit 1390248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include_recipe "apt"
include_recipe "nodejs::npm"

nodejs_npm "graphite-relay"
nodejs_npm "anodot-relay"

directory "/etc/anodot-relay" do
owner "root"
Expand Down
2 changes: 1 addition & 1 deletion templates/default/sv-anodot-relay-run.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
exec /usr/lib/node_modules/graphite-relay/bin/relay /etc/anodot-relay/config.json
exec /usr/lib/node_modules/anodot-relay/bin/relay /etc/anodot-relay/config.json

0 comments on commit 1390248

Please sign in to comment.