Database needs to inherit from ServiceRuntime

Change-Id: I940d403ecc7873606a364b1f2288e9310f19e1d0
This commit is contained in:
Joshua Harlow 2013-06-19 12:43:35 -07:00
parent 8da3f69bbf
commit dea722db31

View File

@ -134,7 +134,7 @@ class DBInstaller(binstall.PkgInstallComponent):
**dbhelper.get_shared_passwords(self))
class DBRuntime(bruntime.ProgramRuntime):
class DBRuntime(bruntime.ServiceRuntime):
@property
def applications(self):
return [self.distro.get_command(self.get_option("type"), "daemon")[0]]