Skip to content

Commit

Permalink
Ensure no other redirector is running before starting a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Mar 19, 2015
1 parent ff70d68 commit 953f522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gec22_demo/web_redirector/redirector.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

defApplication('web_redirector') do |app|
app.quiet = true
app.binary_path = "/usr/local/bin/rackup"
app.binary_path = "/usr/bin/killall -s 9 rackup ; /usr/local/bin/rackup"
app.description = "Simple Ruby-based web-redirector"
app.defProperty(
"host",
Expand Down

0 comments on commit 953f522

Please sign in to comment.