pyanaconda.modules.services.services_interface ============================================== .. py:module:: pyanaconda.modules.services.services_interface Classes ------- .. autoapisummary:: pyanaconda.modules.services.services_interface.ServicesInterface Module Contents --------------- .. py:class:: ServicesInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterface` DBus interface for Services module. .. py:method:: connect_signals() Connect signals to the implementation. .. py:property:: DisabledServices :type: List[Str] List of disabled services. .. py:property:: EnabledServices :type: List[Str] List of enabled services. .. py:property:: DefaultTarget :type: Str Default target of the installed system. .. py:property:: DefaultDesktop :type: Str Default desktop of the installed system. .. py:property:: SetupOnBoot :type: Int Set up the installed system on the first boot. .. py:property:: PostInstallToolsEnabled :type: Bool Disable post installation setup tools. This option tells post installation tools if they should start after the installation. :return: True to start post install tools, False otherwise :rtype: bool