From 1a47fcd3ee7fe2878c77de0729e422c40a457600 Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Tue, 14 Mar 2017 16:32:22 +0200 Subject: [PATCH] ipaplatform/debian/services: Fix is_running arguments. Reviewed-By: Martin Basti --- ipaplatform/debian/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaplatform/debian/services.py b/ipaplatform/debian/services.py index 85fba56e2..5eef5ff8a 100644 --- a/ipaplatform/debian/services.py +++ b/ipaplatform/debian/services.py @@ -72,7 +72,7 @@ class DebianSysvService(base_services.PlatformService): if wait and self.is_running(instance_name): self.__wait_for_open_ports(instance_name) - def is_running(self, instance_name=""): + def is_running(self, instance_name="", wait=True): ret = True try: result = ipautil.run([paths.SBIN_SERVICE,