Skip to content

Commit

Permalink
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 Jun 20, 2022
1 parent 363f22b commit 0562094
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 @@ -26,6 +26,7 @@
defaultfor :operatingsystem => :ubuntu
notdefaultfor :operatingsystem => :ubuntu, :operatingsystemmajrelease => ["10.04", "12.04", "14.04", "14.10"] # These are using upstart
defaultfor :operatingsystem => :cumuluslinux, :operatingsystemmajrelease => ["3", "4"]
defaultfor :operatingsystem => :gentoo

def self.instances
i = []
Expand Down

0 comments on commit 0562094

Please sign in to comment.