reduce time needed for lxc to start

This commit is contained in:
yalh76 2019-03-03 00:34:06 +01:00 committed by GitHub
parent ec73e76893
commit 732fb597e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ LXC_START () {
sleep 1
done
echo ""
sleep 60
sleep 30
local failstart=0
# Check if the container is running
if ! is_lxc_running; then