From 53a51f212a1295dadbbdbdcfe15ef65cd37a8518 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sat, 29 Apr 2017 11:33:30 +0800 Subject: [PATCH] atd: systemd-udev-settle serves no purpose --- nixos/modules/services/scheduling/atd.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/scheduling/atd.nix b/nixos/modules/services/scheduling/atd.nix index 93ed9231d3c..cefe72b0e99 100644 --- a/nixos/modules/services/scheduling/atd.nix +++ b/nixos/modules/services/scheduling/atd.nix @@ -67,8 +67,6 @@ in systemd.services.atd = { description = "Job Execution Daemon (atd)"; - after = [ "systemd-udev-settle.service" ]; - wants = [ "systemd-udev-settle.service" ]; wantedBy = [ "multi-user.target" ]; path = [ at ];