Fix status failure after stopping service
(cherry picked from commit 8f523306e84614027a5b6b004083aeaba8f39cc0)
This commit is contained in:
parent
1b7a234f34
commit
98dca2ab64
@ -12,6 +12,7 @@ StandardOutput=syslog
|
|||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=storm-logviewer
|
SyslogIdentifier=storm-logviewer
|
||||||
SyslogLevel=debug
|
SyslogLevel=debug
|
||||||
|
SuccessExitStatus=143
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -12,6 +12,7 @@ StandardOutput=syslog
|
|||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=storm-nimbus
|
SyslogIdentifier=storm-nimbus
|
||||||
SyslogLevel=debug
|
SyslogLevel=debug
|
||||||
|
SuccessExitStatus=20
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -12,6 +12,7 @@ StandardOutput=syslog
|
|||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=storm-supervisor
|
SyslogIdentifier=storm-supervisor
|
||||||
SyslogLevel=debug
|
SyslogLevel=debug
|
||||||
|
SuccessExitStatus=20
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -12,6 +12,7 @@ StandardOutput=syslog
|
|||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
SyslogIdentifier=storm-ui
|
SyslogIdentifier=storm-ui
|
||||||
SyslogLevel=debug
|
SyslogLevel=debug
|
||||||
|
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.3
|
Version: 1.2.3
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -94,6 +94,9 @@ done
|
|||||||
%attr(0700,storm,storm) %dir %{_data_dir}
|
%attr(0700,storm,storm) %dir %{_data_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2021 lingsheng <lingsheng@huawei.com> 1.2.3 - 3
|
||||||
|
- Fix status failure after stopping service
|
||||||
|
|
||||||
* Wed May 26 2021 wangchong <wangchong56@huawei.com> 1.2.3 - 2
|
* Wed May 26 2021 wangchong <wangchong56@huawei.com> 1.2.3 - 2
|
||||||
- add requires
|
- add requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user