diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2019-03-12 19:29:07 +0800 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-03-12 20:16:39 +0800 |
commit | aba6ec311d40741e990b22e52051fdf66f8e95c5 (patch) | |
tree | 4e0513b9941cc3528a661b39630ae3dcbe9a3508 /deployment/zip/src/main/release/conf/oclip-grpc-server.properties | |
parent | d93bd257f9afd7b610fee31ef921fbd1aa300417 (diff) |
Add systemd for oclip service
Issue-ID: CLI-129
Change-Id: I763afc46b31644700f10b3de191cf89463536aa4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/zip/src/main/release/conf/oclip-grpc-server.properties')
-rw-r--r-- | deployment/zip/src/main/release/conf/oclip-grpc-server.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deployment/zip/src/main/release/conf/oclip-grpc-server.properties b/deployment/zip/src/main/release/conf/oclip-grpc-server.properties new file mode 100644 index 00000000..972fdebb --- /dev/null +++ b/deployment/zip/src/main/release/conf/oclip-grpc-server.properties @@ -0,0 +1,15 @@ +# Copyright 2018 Huawei Technologies Co., Ltd. +# +# 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. + +oclip.grpc_server_port=50051
\ No newline at end of file |