!11 [sync] PR-10: Fix status failure after stopping service
From: @openeuler-sync-bot Reviewed-by: @zhengzhenyu Signed-off-by: @zhengzhenyu
This commit is contained in:
commit
abc7dab7cf
@ -12,6 +12,7 @@ StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=storm-logviewer
|
||||
SyslogLevel=debug
|
||||
SuccessExitStatus=143
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -12,6 +12,7 @@ StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=storm-nimbus
|
||||
SyslogLevel=debug
|
||||
SuccessExitStatus=20
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -12,6 +12,7 @@ StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=storm-supervisor
|
||||
SyslogLevel=debug
|
||||
SuccessExitStatus=20
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -12,6 +12,7 @@ StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=storm-ui
|
||||
SyslogLevel=debug
|
||||
SuccessExitStatus=143
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
%define _data_dir %{_sharedstatedir}/storm
|
||||
Name: storm
|
||||
Version: 1.2.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Apache Storm realtime computation system
|
||||
License: Apache-2.0
|
||||
Url: http://storm.apache.org
|
||||
@ -94,6 +94,9 @@ done
|
||||
%attr(0700,storm,storm) %dir %{_data_dir}
|
||||
|
||||
%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
|
||||
- add requires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user