Skip to content

Commit

Permalink
(PUP-11593) Gentoo: Set systemd as default provider
Browse files Browse the repository at this point in the history
Systemd is available on Gentoo since a long time (although Gentoo
supports multiple init systems). This change marks the provider as
default for Gentoo.
  • Loading branch information
bastelfreak committed Oct 25, 2023
1 parent 7f41466 commit 994cd81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/provider/service/systemd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
defaultfor 'os.name' => :ubuntu
notdefaultfor 'os.name' => :ubuntu, 'os.release.major' => ["10.04", "12.04", "14.04", "14.10"] # These are using upstart
defaultfor 'os.name' => :cumuluslinux, 'os.release.major' => ["3", "4"]
defaultfor 'os.name' => :gentoo

def self.instances
i = []
Expand Down

0 comments on commit 994cd81

Please sign in to comment.