containers: Remove check for var/lib/startup-done.
Fixes a leftover from 330fadb7060074bd5c38e5dcefc394abaf8d6a09. We're using systemd dbus notifications now and this leftover caused the startup notification to fail. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
bc6b180d90
commit
859f049d1b
@ -245,12 +245,6 @@ in
|
||||
ip route add $LOCAL_ADDRESS dev $ifaceHost
|
||||
fi
|
||||
fi
|
||||
|
||||
# This blocks until the container-startup-done service
|
||||
# writes something to this pipe. FIXME: it also hangs
|
||||
# until the start timeout expires if systemd-nspawn exits.
|
||||
read x < $root/var/lib/startup-done
|
||||
rm -f $root/var/lib/startup-done
|
||||
'';
|
||||
|
||||
preStop =
|
||||
|
Loading…
x
Reference in New Issue
Block a user