3
0
Fork 0
forked from mirrors/nixpkgs

atd: systemd-udev-settle serves no purpose

This commit is contained in:
Peter Hoeg 2017-04-29 11:33:30 +08:00
parent d96bd3394b
commit 53a51f212a

View file

@ -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 ];