lxcfs: wrap lxc.reboot.hook
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user