sysctmctl拉起后,一会进程就自行关闭。添加RemainAfterExit=yes保持进程状态
This commit is contained in:
parent
63a664dd88
commit
e58ec68dcb
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: opengauss
|
Name: opengauss
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: openGauss is an open source relational database management system
|
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
|
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
|
URL: https://gitee.com/opengauss/openGauss-server
|
||||||
@ -288,6 +288,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 22 2022 zhangxubo <zhangxubo1@huawei.com> - 2.1.0-3
|
||||||
- Fix bugs: #I4RVNX
|
- Fix bugs: #I4RVNX
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ After=local-fs.target
|
|||||||
Type=idle
|
Type=idle
|
||||||
ExecStart=/usr/local/opengauss/script/autostart.sh
|
ExecStart=/usr/local/opengauss/script/autostart.sh
|
||||||
Delegate=yes
|
Delegate=yes
|
||||||
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user