Skip to content

Allow OOMScoreAdjust within Mount, Socket, Swap Units #528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025

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