From 2b0506a91295261fc67d18eea43449115f62618b Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 20 Mar 2015 14:54:40 +1100 Subject: [PATCH] Added App Def for RC reset --- gec22_demo/rcreset.oedl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gec22_demo/rcreset.oedl diff --git a/gec22_demo/rcreset.oedl b/gec22_demo/rcreset.oedl new file mode 100644 index 0000000..ff5505f --- /dev/null +++ b/gec22_demo/rcreset.oedl @@ -0,0 +1,12 @@ +# Copyright (c) 2015 National ICT Australia Limited (NICTA). +# This software may be used and distributed solely under the terms of the MIT license (License). +# You should find a copy of the License in LICENSE.TXT or at http://opensource.org/licenses/MIT. +# By downloading or using this software you accept the terms and the liability disclaimer in the License. + +# This is the OMF6 Application Definition for a simple basic restart of the RC + +defApplication('rcreset') do |app| + app.quiet = true + app.silent = true + app.binary_path = "/usr/sbin/service omf_rc restart" +end \ No newline at end of file