nixos/systemd-oomd: drop old After= dependency
This commit is contained in:
@@ -52,7 +52,6 @@ in
|
||||
|
||||
systemd.services.systemd-oomd.after = [
|
||||
"swap.target" # TODO: drop after systemd v258
|
||||
"systemd-sysusers.service" # TODO: drop after systemd v257.8
|
||||
];
|
||||
systemd.services.systemd-oomd.wantedBy = [ "multi-user.target" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user