On 14.06.2016 17:26, Stanislav Laznicka wrote:
-            signerd_service.start()
+            try:
+                signerd_service.start()
+            except Exception as e:
+                root_logger.error("Unable to start '{svcname}': {err}"
+                                  .format(svcname=signerd_service.service_name,
+                                          err=e))

why is signerd so special?

Martin^2

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to