pyanaconda.modules.services.services_interface

Classes

ServicesInterface

DBus interface for Services module.

Module Contents

class pyanaconda.modules.services.services_interface.ServicesInterface[source]

Bases: pyanaconda.modules.common.base.KickstartModuleInterface

DBus interface for Services module.

connect_signals()[source]

Connect signals to the implementation.

property DisabledServices: List[Str][source]

List of disabled services.

Return type:

List[Str]

property EnabledServices: List[Str][source]

List of enabled services.

Return type:

List[Str]

property DefaultTarget: Str[source]

Default target of the installed system.

Return type:

Str

property DefaultDesktop: Str[source]

Default desktop of the installed system.

Return type:

Str

property SetupOnBoot: Int[source]

Set up the installed system on the first boot.

Return type:

Int

property PostInstallToolsEnabled: Bool[source]

Disable post installation setup tools.

This option tells post installation tools if they should start after the installation.

Returns:

True to start post install tools, False otherwise

Return type:

bool