Skip to content

Conversation

@traylenator
Copy link
Contributor

Pull Request (PR) description

Allow OOMScoreAdjust to be added to [Mount], [Socket] and [Swap] unit sections.

e.g.

systemd::manage_dropin{ 'nokill.conf':
  ensure      => present,
  unit        => 'home.mount',
  mount_entry => {
   'OOMScoreAdjust' => -1000,
  },
}

This Pull Request (PR) fixes the following issues

Allow OOMScoreAdjust to be added to `[Mount]`, `[Socket]`
and `[Swap]` unit sections.

e.g.

```puppet
systemd::manage_dropin{ 'nokill.conf':
  ensure      => present,
  unit        => 'home.mount',
  mount_entry => {
   'OOMScoreAdjust' => -1000,
  },
}
```

* https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#Description
@traylenator traylenator added the enhancement New feature or request label Apr 1, 2025
@traylenator traylenator merged commit fb5bffa into voxpupuli:master Apr 1, 2025
32 checks passed
@traylenator traylenator deleted the oommount branch April 1, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Systemd::Unit::* types miss exec-related settings

2 participants