mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user