forked from mirrors/nixpkgs
atd: systemd-udev-settle serves no purpose
This commit is contained in:
parent
d96bd3394b
commit
53a51f212a
|
@ -67,8 +67,6 @@ in
|
||||||
|
|
||||||
systemd.services.atd = {
|
systemd.services.atd = {
|
||||||
description = "Job Execution Daemon (atd)";
|
description = "Job Execution Daemon (atd)";
|
||||||
after = [ "systemd-udev-settle.service" ];
|
|
||||||
wants = [ "systemd-udev-settle.service" ];
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
path = [ at ];
|
path = [ at ];
|
||||||
|
|
Loading…
Reference in a new issue