From 01ec464049c25403bab9411aad6b71152b1decb5 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 20 Mar 2015 15:48:52 +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 158b19f..6603c40 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 rackup ; /usr/bin/killall -s 9 vlc ; /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/sbin/service omf_rc restart" end \ No newline at end of file