containers: Remove check for var/lib/startup-done.
Fixes a leftover from 330fadb706
.
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
|
ip route add $LOCAL_ADDRESS dev $ifaceHost
|
||||||
fi
|
fi
|
||||||
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 =
|
preStop =
|
||||||
|
Loading…
Reference in New Issue
Block a user