Avoid stopping the service in case of reboot

This commit is contained in:
Alessandro Pilotti
2013-03-31 04:18:43 +03:00
parent 77aa4922c4
commit ae4a270af4

View File

@@ -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()