nixos/systemd-oomd: Drop swap ordering
This ordering is present in the upstream unit in 258
This commit is contained in:
@@ -50,9 +50,6 @@ in
|
||||
"systemd-oomd.socket"
|
||||
];
|
||||
|
||||
systemd.services.systemd-oomd.after = [
|
||||
"swap.target" # TODO: drop after systemd v258
|
||||
];
|
||||
systemd.services.systemd-oomd.wantedBy = [ "multi-user.target" ];
|
||||
|
||||
environment.etc."systemd/oomd.conf".text = utils.systemdUtils.lib.settingsToSections cfg.settings;
|
||||
|
||||
Reference in New Issue
Block a user