Unverified Commit fce5edc7 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

lxcfs: wrap lxc.reboot.hook

parent 160d352c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -59,6 +59,13 @@ stdenv.mkDerivation rec {
        util-linux
      ]
    }

    # requires access to sleep
    wrapProgram "$out/share/lxcfs/lxc.reboot.hook" --prefix PATH : ${
      lib.makeBinPath [
        coreutils
      ]
    }
  '';

  postFixup = ''