diff options
| author | Simo Sorce <simo@redhat.com> | 2012-11-01 14:23:38 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-11-01 14:23:38 -0400 |
| commit | 895b2e2b4339f1b9edc2bc995e7548ac118ea5a1 (patch) | |
| tree | 2e40a8561b27361cd32975352b790e745286bcbe /ipapython/platform/systemd.py | |
| parent | 1c7261773b5190ec17c7d161a83e00a979c54076 (diff) | |
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.
Diffstat (limited to 'ipapython/platform/systemd.py')
| -rw-r--r-- | ipapython/platform/systemd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/platform/systemd.py b/ipapython/platform/systemd.py index 634140583..6c25a79b6 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 |
