Merge pull request #114772 from rnhmjoj/anbox-no-udev-settle
nixos/anbox: remove systemd-udev-settle
This commit is contained in:
commit
ccc4bbdbe6
@ -98,7 +98,6 @@ in
|
|||||||
environment.XDG_RUNTIME_DIR="${anboxloc}";
|
environment.XDG_RUNTIME_DIR="${anboxloc}";
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "systemd-udev-settle.service" ];
|
|
||||||
preStart = let
|
preStart = let
|
||||||
initsh = pkgs.writeText "nixos-init" (''
|
initsh = pkgs.writeText "nixos-init" (''
|
||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user