From aba6ec311d40741e990b22e52051fdf66f8e95c5 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Tue, 12 Mar 2019 19:29:07 +0800 Subject: Add systemd for oclip service Issue-ID: CLI-129 Change-Id: I763afc46b31644700f10b3de191cf89463536aa4 Signed-off-by: Kanagaraj Manickam k00365106 --- .../src/main/release/conf/oclip-grpc-server.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deployment/zip/src/main/release/conf/oclip-grpc-server.properties (limited to 'deployment/zip/src/main/release/conf/oclip-grpc-server.properties') 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 -- cgit 1.2.3-korg