mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/nixos-containers: partially revert aa4570ca05
(#344822)
This commit is contained in:
commit
b4c968acd7
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ let
|
|||
# containerInit and stage2 have to handle this as well.
|
||||
exec ${config.systemd.package}/bin/systemd-nspawn \
|
||||
--keep-unit \
|
||||
-M "$INSTANCE" -D "$root" "$extraFlags" \
|
||||
"$EXTRA_NSPAWN_FLAGS" \
|
||||
-M "$INSTANCE" -D "$root" $extraFlags \
|
||||
$EXTRA_NSPAWN_FLAGS \
|
||||
--notify-ready=yes \
|
||||
--kill-signal=SIGRTMIN+3 \
|
||||
--bind-ro=/nix/store \
|
||||
|
|
Loading…
Reference in a new issue