Merge pull request #114772 from rnhmjoj/anbox-no-udev-settle

nixos/anbox: remove systemd-udev-settle
This commit is contained in:
Michele Guerini Rocco 2021-03-02 08:04:08 +01:00 committed by GitHub
commit ccc4bbdbe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,6 @@ in
environment.XDG_RUNTIME_DIR="${anboxloc}";
wantedBy = [ "multi-user.target" ];
after = [ "systemd-udev-settle.service" ];
preStart = let
initsh = pkgs.writeText "nixos-init" (''
#!/system/bin/sh