!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
|
SyslogIdentifier=storm-nimbus
|
||||||
SyslogLevel=debug
|
SyslogLevel=debug
|
||||||
SuccessExitStatus=20
|
SuccessExitStatus=20
|
||||||
|
SuccessExitStatus=143
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -11,6 +11,7 @@ StandardError=syslog
|
|||||||
SyslogIdentifier=storm-supervisor
|
SyslogIdentifier=storm-supervisor
|
||||||
SyslogLevel=debug
|
SyslogLevel=debug
|
||||||
SuccessExitStatus=20
|
SuccessExitStatus=20
|
||||||
|
SuccessExitStatus=143
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
%define _data_dir %{_sharedstatedir}/storm
|
%define _data_dir %{_sharedstatedir}/storm
|
||||||
Name: storm
|
Name: storm
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Apache Storm realtime computation system
|
Summary: Apache Storm realtime computation system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Url: http://storm.apache.org
|
Url: http://storm.apache.org
|
||||||
@ -88,6 +88,9 @@ done
|
|||||||
%dir %{_data_dir}
|
%dir %{_data_dir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user