diff --git a/storm-logviewer.service b/storm-logviewer.service index 7e87b4e..bb7e204 100644 --- a/storm-logviewer.service +++ b/storm-logviewer.service @@ -10,6 +10,7 @@ StandardOutput=syslog StandardError=syslog SyslogIdentifier=storm-logviewer SyslogLevel=debug +SuccessExitStatus=143 [Install] WantedBy=multi-user.target diff --git a/storm-nimbus.service b/storm-nimbus.service index 6a06cf8..8091238 100644 --- a/storm-nimbus.service +++ b/storm-nimbus.service @@ -10,6 +10,7 @@ StandardOutput=syslog StandardError=syslog SyslogIdentifier=storm-nimbus SyslogLevel=debug +SuccessExitStatus=20 [Install] WantedBy=multi-user.target diff --git a/storm-supervisor.service b/storm-supervisor.service index f0ddd6d..e94f5f2 100644 --- a/storm-supervisor.service +++ b/storm-supervisor.service @@ -10,6 +10,7 @@ StandardOutput=syslog StandardError=syslog SyslogIdentifier=storm-supervisor SyslogLevel=debug +SuccessExitStatus=20 [Install] WantedBy=multi-user.target diff --git a/storm-ui.service b/storm-ui.service index 32ca273..d937859 100644 --- a/storm-ui.service +++ b/storm-ui.service @@ -10,6 +10,7 @@ StandardOutput=syslog StandardError=syslog SyslogIdentifier=storm-ui SyslogLevel=debug +SuccessExitStatus=143 [Install] WantedBy=multi-user.target diff --git a/storm.spec b/storm.spec index 6422a74..59d4b61 100644 --- a/storm.spec +++ b/storm.spec @@ -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 @@ -88,6 +88,9 @@ done %dir %{_data_dir} %changelog +* Mon Jun 14 2021 lingsheng 1.2.3 - 3 +- Fix status failure after stopping service + * Wed May 26 2021 wangchong 1.2.3 - 2 - add requires