Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Created June 28, 2019 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4ldr/a19ca328302e5c32d94fb7622a59b4bf to your computer and use it in GitHub Desktop.
Save b4ldr/a19ca328302e5c32d94fb7622a59b4bf to your computer and use it in GitHub Desktop.
systemd::dropin_file { 'ssh.conf':
unit => 'ssh.service',
content => 'OOMScoreAdjust=0\n',
notify => Service['ssh'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment