Make sure that the messagebus service is started.

This will prevent certmonger failures. On very minimal installs it seems
that messagebus is not always started.

ticket 528
This commit is contained in:
Rob Crittenden
2011-01-03 16:41:32 -05:00
parent 91f4bb4ae5
commit e7afe1dec2

View File

@@ -741,6 +741,8 @@ def main():
# Now put the CA cert where other instances exepct it
ca.publish_ca_cert("/etc/ipa/ca.crt")
service.start('messagebus')
# Create a directory server instance
ds = dsinstance.DsInstance()