]> git.proxmox.com Git - mirror_lxc.git/blame - config/sysconfig/lxc.in
string_utils: coding rules
[mirror_lxc.git] / config / sysconfig / lxc.in
CommitLineData
0af99319
MW
1# LXC_AUTO - whether or not to start containers at boot
2LXC_AUTO="true"
3
4# BOOTGROUPS - What groups should start on bootup?
5# Comma separated list of groups.
6# Leading comma, trailing comma or embedded double
7# comma indicates when the NULL group should be run.
8# Example (default): boot the onboot group first then the NULL group
9BOOTGROUPS="onboot,"
10
11# SHUTDOWNDELAY - Wait time for a container to shut down.
12# Container shutdown can result in lengthy system
13# shutdown times. Even 5 seconds per container can be
14# too long.
15SHUTDOWNDELAY=5
16
17# OPTIONS can be used for anything else.
18# If you want to boot everything then
19# options can be "-a" or "-a -A".
20OPTIONS=
21
22# STOPOPTS are stop options. The can be used for anything else to stop.
23# If you want to kill containers fast, use -k
24STOPOPTS="-a -A -s"
25
26USE_LXC_BRIDGE="false" # overridden in lxc-net
27
888cf064 28[ ! -f @LXC_DISTRO_SYSCONF@/lxc-net ] || . @LXC_DISTRO_SYSCONF@/lxc-net