Skip to content

Commit

Permalink
Added 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 5499f65 commit 2b0506a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gec22_demo/rcreset.oedl
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2b0506a

Please sign in to comment.