Skip to content

Commit

Permalink
fix: remove bad ssh_svcname setting for Gentoo/OpenRC
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuettel committed Dec 11, 2024
1 parent 1d44546 commit f706e7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudinit/distros/gentoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def __init__(self, name, cfg, paths):
# should only happen say once per instance...)
self._runner = helpers.Runners(paths)
self.osfamily = "gentoo"
if not distros.uses_systemd():
# Fix sshd restarts (openrc-specific?)
cfg["ssh_svcname"] = "/etc/init.d/sshd"

def apply_locale(self, _, out_fn=None):
"""Locales need to be added to /etc/locale.gen and generated prior
Expand Down

0 comments on commit f706e7f

Please sign in to comment.