mirror of
https://github.com/moby/moby.git
synced 2026-07-25 08:47:01 +00:00
dockerd currently sets the oom-score-adjust itself. This functionality was added when we did not yet run dockerd as a systemd service. Now that we do, it's better to instead have systemd handle this. Keeping the option itself for situations where dockerd is started manually or without using systemd. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>