containers: remove EXIT_ON_REBOOT

EXIT_ON_REBOOT has been obsolete since sometime in 2014.
This commit is contained in:
evujumenuk 2017-08-24 20:48:24 +02:00 committed by GitHub
parent 31ba3649ec
commit 36dd8edde1

View File

@ -120,7 +120,6 @@ let
# Run systemd-nspawn without startup notification (we'll
# wait for the container systemd to signal readiness).
EXIT_ON_REBOOT=1 \
exec ${config.systemd.package}/bin/systemd-nspawn \
--keep-unit \
-M "$INSTANCE" -D "$root" $extraFlags \