From 81f06e71fa2ea104c76b6d2903a305202c24c87e Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 16 Jan 2017 10:28:50 +0100 Subject: [PATCH] add rationale why to not use ServicesManagerServices --- src/lib/installation/services.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/installation/services.rb b/src/lib/installation/services.rb index 37bb232c6..71ad9718b 100644 --- a/src/lib/installation/services.rb +++ b/src/lib/installation/services.rb @@ -4,6 +4,12 @@ module Installation # Represents services manipulation in installation. + # + # @note For installed system use ServicesManagerServices from + # yast2-services-manager. But for installation it is not suitable as it + # expects list of all systemd services in advance and try to adapt all of it. + # On other hand goal of this module is to do just fine tuning of few single + # services and keep defaults for rest. class Services class << self include Yast::Logger