Unverified Commit 5962f2aa authored by nikstur's avatar nikstur Committed by GitHub
Browse files

modules/systemd-oomd: add After=systemd-sysusers.service (#424035)

parents 97c2ecfa dd88db29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ in
      "systemd-oomd.service"
      "systemd-oomd.socket"
    ];
    # TODO: Added upstream in upcoming systemd release. Good to drop once we use v258 or later
    systemd.services.systemd-oomd.after = [ "systemd-sysusers.service" ];
    systemd.services.systemd-oomd.wantedBy = [ "multi-user.target" ];

    environment.etc."systemd/oomd.conf".text = lib.generators.toINI { } {