Enable restart for database
Change-Id: I7bf8d93e2d8620e051f2d91f4107c89f967fc6cc
This commit is contained in:
parent
654a6a959b
commit
d6a3292d2b
@ -69,7 +69,8 @@ class ProgramRuntime(base.Component):
|
||||
|
||||
def restart(self):
|
||||
# How many applications restarted
|
||||
return 0
|
||||
self.stop()
|
||||
return self.start()
|
||||
|
||||
def post_start(self):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user