Unverified Commit aca186d1 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

nixos/systemd-tmpfiles: fix ordering of systemd-tmpfiles-setup-sysroot (#374076)

parents c2bc8a71 bc5b78f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ in
        description = "Create Volatile Files and Directories in the Real Root";
        after = [ "initrd-fs.target" ];
        before = [
          "initrd-nixos-activation.service"
          "initrd.target"
          "shutdown.target" "initrd-switch-root.target"
        ];
        conflicts = [ "shutdown.target" "initrd-switch-root.target" ];