summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-04-29 11:33:30 +0800
committerPeter Hoeg <peter@hoeg.com>2020-03-21 11:15:06 +0800
commit53a51f212a1295dadbbdbdcfe15ef65cd37a8518 (patch)
treeb0b9ca7acc8f62116a63cf768649776c2a56651d
parentd96bd3394b734487d1c3bfbac0e8f17465e03afe (diff)
downloadnixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.tar
nixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.tar.gz
nixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.tar.bz2
nixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.tar.lz
nixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.tar.xz
nixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.tar.zst
nixpkgs-53a51f212a1295dadbbdbdcfe15ef65cd37a8518.zip
atd: systemd-udev-settle serves no purpose
-rw-r--r--nixos/modules/services/scheduling/atd.nix2
1 files changed, 0 insertions, 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 ];