From 895b2e2b4339f1b9edc2bc995e7548ac118ea5a1 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 1 Nov 2012 14:23:38 -0400 Subject: Revert "Save service name on service startup" This reverts commit 1ef651e7f9f5f940051dc470385aa08eefcd60af. This was an olde version of the patch, next commit will put in the acked version. --- ipapython/platform/systemd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipapython/platform/systemd.py') diff --git a/ipapython/platform/systemd.py b/ipapython/platform/systemd.py index 63414058..6c25a79b 100644 --- a/ipapython/platform/systemd.py +++ b/ipapython/platform/systemd.py @@ -96,7 +96,6 @@ class SystemdService(base.PlatformService): ipautil.run(["/bin/systemctl", "start", self.service_instance(instance_name)], capture_output=capture_output) if wait and self.is_running(instance_name): self.__wait_for_open_ports(self.service_instance(instance_name)) - super(SystemdService, self).start(instance_name) def restart(self, instance_name="", capture_output=True, wait=True): # Restart command is broken before systemd-36-3.fc16 -- cgit