X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=build%2Frun.sh;fp=build%2Frun.sh;h=db9e0e331f6658ddcc0a203f2cb34933b7962e9f;hb=121e8b6026904eb245c6f8ac805efa7c3dad3ae5;hp=0000000000000000000000000000000000000000;hpb=0c38973604b5c63a91121d3641dd6f306b580acb;p=ric-plt%2Falarm-go.git diff --git a/build/run.sh b/build/run.sh new file mode 100755 index 0000000..db9e0e3 --- /dev/null +++ b/build/run.sh @@ -0,0 +1,28 @@ +#!/bin/sh -e +# +#================================================================================== +# Copyright (c) 2020 AT&T Intellectual Property. +# Copyright (c) 2020 Nokia +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#================================================================================== +# +# +# Mnemonic: run.sh +# Abstract: Starts the alarm manager service +# Date: 10 March 2020 +# +export RMR_SEED_RT=./uta_rtg.rt +export RMR_SRC_ID="service-ricplt-alarmmanager-rmr.ricplt" + +exec ./alarm-manager -f ./config-file.json