nixos/anbox: remove systemd-udev-settle
The anbox session manager seems to start without issues when systemd-udev-settle is masked or the dependency removed.
This commit is contained in:
parent
1c26497371
commit
879fcdf778
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue