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