Skip to content

Commit

Permalink
add rationale why to not use ServicesManagerServices
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 16, 2017
1 parent ddce293 commit 81f06e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/installation/services.rb
Expand Up @@ -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
Expand Down

0 comments on commit 81f06e7

Please sign in to comment.