!28 fix stop服务返回状态码为143问题
From: @xiexing01 Reviewed-by: @wuzeyi1 Signed-off-by: @wuzeyi1
This commit is contained in:
commit
9d24297585
@ -11,6 +11,7 @@ StandardError=syslog
|
||||
SyslogIdentifier=storm-nimbus
|
||||
SyslogLevel=debug
|
||||
SuccessExitStatus=20
|
||||
SuccessExitStatus=143
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -11,6 +11,7 @@ StandardError=syslog
|
||||
SyslogIdentifier=storm-supervisor
|
||||
SyslogLevel=debug
|
||||
SuccessExitStatus=20
|
||||
SuccessExitStatus=143
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
%define _data_dir %{_sharedstatedir}/storm
|
||||
Name: storm
|
||||
Version: 1.2.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Apache Storm realtime computation system
|
||||
License: Apache-2.0
|
||||
Url: http://storm.apache.org
|
||||
@ -88,6 +88,9 @@ done
|
||||
%dir %{_data_dir}
|
||||
|
||||
%changelog
|
||||
* Wed Sep 28 2022 xiexing <xiexing4@hisilicon.com> - 1.2.4-2
|
||||
- fix stop service return 143
|
||||
|
||||
* Wed Sep 01 2021 wangkai <wangkai385@huawei.com> - 1.2.4-1
|
||||
- Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user