mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Fix permissions on /var/lib/startup-done
This commit is contained in:
parent
819e7c9fbd
commit
3dca6b98cb
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ in
|
|||
# Create a named pipe to get a signal when the container
|
||||
# has finished booting.
|
||||
rm -f $root/var/lib/startup-done
|
||||
mkfifo $root/var/lib/startup-done
|
||||
mkfifo -m 0600 $root/var/lib/startup-done
|
||||
'';
|
||||
|
||||
script =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue