Skip to content

Commit

Permalink
Updated App Def for RC reset
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Mar 20, 2015
1 parent 7e2d842 commit 43603ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gec22_demo/rcreset.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
defApplication('rcreset') do |app|
app.quiet = true
app.silent = true
app.binary_path = "/usr/bin/killall -s 9 ruby ; /usr/sbin/service omf_rc start"
app.binary_path = "/usr/bin/killall -s 9 rackup ; /usr/bin/killall -s 9 vlc ; /usr/bin/killall -s 9 ruby ; /usr/sbin/service omf_rc start"
end

0 comments on commit 43603ad

Please sign in to comment.