- Package:
- systemd-oomd
- Source:
- systemd-oomd
- Description:
- Userspace out-of-memory (OOM) killer
- Submitter:
- Martin-Éric Racine
- Date:
- 2026-07-31 12:03:01 UTC
- Severity:
- normal
I use systemd-cryptsetup to setup an encrypted swap with random password on each reboot. The default systemd boot depdendency chain apparently is to start systemd-oomd at the same point. This makes systemd-oomd complain about scarce memory. It would thus be desirable to only launch systemd-oomd after systemd-cryptsetup. Thanks! Martin-Éric
To be precise, systemd-oom.service should run After swap.target to succeed. Martin-Éric