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