0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# LXC_AUTO - whether or not to start containers at boot
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. WarfieldLXC_AUTO="true"
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# BOOTGROUPS - What groups should start on bootup?
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# Comma separated list of groups.
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# Leading comma, trailing comma or embedded double
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# comma indicates when the NULL group should be run.
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# Example (default): boot the onboot group first then the NULL group
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. WarfieldBOOTGROUPS="onboot,"
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# SHUTDOWNDELAY - Wait time for a container to shut down.
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# Container shutdown can result in lengthy system
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# shutdown times. Even 5 seconds per container can be
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. WarfieldSHUTDOWNDELAY=5
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# OPTIONS can be used for anything else.
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# If you want to boot everything then
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# options can be "-a" or "-a -A".
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# STOPOPTS are stop options. The can be used for anything else to stop.
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. Warfield# If you want to kill containers fast, use -k
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. WarfieldSTOPOPTS="-a -A -s"
0af993195cbd57cff700c7c90ee8f95c2a1ef8aaMichael H. WarfieldUSE_LXC_BRIDGE="false" # overridden in lxc-net
888cf064dd0f10ec834ce7c95d9269653cf8dd2cStéphane Graber[ ! -f @LXC_DISTRO_SYSCONF@/lxc-net ] || . @LXC_DISTRO_SYSCONF@/lxc-net