From 1ec531469ee0cf91ed9e150307d93e5ab12aa2a6 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 9 Aug 2011 12:37:56 +0200 Subject: Make sure messagebus is running prior to starting certmonger. ticket 1580 --- install/tools/ipa-server-install | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/tools') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 3605b0393..411324b61 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -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) -- cgit