From 43603ad541ff53a65163fd488c94dde1b8a5e9e5 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 20 Mar 2015 15:41:58 +1100 Subject: [PATCH] Updated App Def for RC reset --- gec22_demo/rcreset.oedl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gec22_demo/rcreset.oedl b/gec22_demo/rcreset.oedl index 24c1f9f..158b19f 100644 --- a/gec22_demo/rcreset.oedl +++ b/gec22_demo/rcreset.oedl @@ -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 \ No newline at end of file