Make sure messagebus is running prior to starting certmonger.

ticket 1580
This commit is contained in:
Jan Cholasta
2011-08-09 12:37:56 +02:00
committed by Rob Crittenden
parent cc86c1459b
commit 1ec531469e
3 changed files with 12 additions and 2 deletions

View File

@@ -826,8 +826,6 @@ 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(fstore=fstore)