Database needs to inherit from ServiceRuntime
Change-Id: I940d403ecc7873606a364b1f2288e9310f19e1d0
This commit is contained in:
parent
8da3f69bbf
commit
dea722db31
@ -134,7 +134,7 @@ class DBInstaller(binstall.PkgInstallComponent):
|
|||||||
**dbhelper.get_shared_passwords(self))
|
**dbhelper.get_shared_passwords(self))
|
||||||
|
|
||||||
|
|
||||||
class DBRuntime(bruntime.ProgramRuntime):
|
class DBRuntime(bruntime.ServiceRuntime):
|
||||||
@property
|
@property
|
||||||
def applications(self):
|
def applications(self):
|
||||||
return [self.distro.get_command(self.get_option("type"), "daemon")[0]]
|
return [self.distro.get_command(self.get_option("type"), "daemon")[0]]
|
||||||
|
Loading…
Reference in New Issue
Block a user