Avoid stopping the service in case of reboot
This commit is contained in:
@@ -69,5 +69,5 @@ class InitManager(object):
|
||||
osutils.reboot()
|
||||
except Exception, ex:
|
||||
LOG.error('reboot failed with error \'%s\'' % ex)
|
||||
|
||||
osutils.terminate()
|
||||
else:
|
||||
osutils.terminate()
|
||||
|
||||
Reference in New Issue
Block a user