]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: support 'lxc.include' option to include other config files
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 9 Aug 2012 23:00:58 +0000 (18:00 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 17:04:30 +0000 (12:04 -0500)
commit09ad624693cb0ef41cf246e2876b5f356783b34d
tree3fe533bf1a439b8b60bd60b3cfeea4ab9ce18f8b
parent8f2c3a702aae3545b631a2b4c6db99f87528553a
confile: support 'lxc.include' option to include other config files

For instance

lxc.include = /var/lib/lxc/commonopts

in /var/lib/lxc/q1/config would cause the configuration in
/var/lib/lxc/commonopts to be loaded when container q1 starts.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/confile.c