!8 添加RemainAfterExit=yes保持进程状态

Merge pull request !8 from zhangxubo/master
This commit is contained in:
openeuler-ci-bot 2022-01-27 08:45:58 +00:00 committed by Gitee
commit 35edb83dc8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 1 deletions

View File

@ -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 <zhangxubo1@huawei.com> - 2.1.0-4
- Fix bugs: #I4SDWX
* Sat Jan 22 2022 zhangxubo <zhangxubo1@huawei.com> - 2.1.0-3
- Fix bugs: #I4RVNX

View File

@ -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