From e58ec68dcb509ba59e17c41d4d7c4f5849f457ab Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Thu, 27 Jan 2022 14:50:19 +0800 Subject: [PATCH] =?UTF-8?q?sysctmctl=E6=8B=89=E8=B5=B7=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E4=B8=80=E4=BC=9A=E8=BF=9B=E7=A8=8B=E5=B0=B1=E8=87=AA=E8=A1=8C?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E3=80=82=E6=B7=BB=E5=8A=A0RemainAfterExit=3D?= =?UTF-8?q?yes=E4=BF=9D=E6=8C=81=E8=BF=9B=E7=A8=8B=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opengauss-server.spec | 5 ++++- opengauss.service | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opengauss-server.spec b/opengauss-server.spec index 906e712..d453708 100755 --- a/opengauss-server.spec +++ b/opengauss-server.spec @@ -12,7 +12,7 @@ Name: opengauss Version: 2.1.0 -Release: 3 +Release: 4 Summary: openGauss is an open source relational database management system License: MulanPSL-2.0 and MIT and BSD and zlib and TCL and Apache-2.0 and BSL-1.0 URL: https://gitee.com/opengauss/openGauss-server @@ -288,6 +288,9 @@ fi %changelog +* Thur Jan 27 2022 zhangxubo - 2.1.0-4 +- Fix bugs: #I4SDWX + * Sat Jan 22 2022 zhangxubo - 2.1.0-3 - Fix bugs: #I4RVNX diff --git a/opengauss.service b/opengauss.service index e9f1f42..c2680b2 100755 --- a/opengauss.service +++ b/opengauss.service @@ -6,6 +6,7 @@ After=local-fs.target Type=idle ExecStart=/usr/local/opengauss/script/autostart.sh Delegate=yes +RemainAfterExit=yes [Install] WantedBy=multi-user.target -- Gitee