!8 添加RemainAfterExit=yes保持进程状态
Merge pull request !8 from zhangxubo/master
This commit is contained in:
commit
35edb83dc8
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user