]> git.ipfire.org Git - thirdparty/lxc.git/commit
add lxc.console.logpath
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 6 Aug 2014 22:39:45 +0000 (22:39 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 6 Aug 2014 22:43:34 +0000 (18:43 -0400)
commit96f15ca18cd18d451e5d67adfc11ef5a130ab35c
tree6847254b2666c2150a87e2149632ab055b096737
parent281b843648abf21f4e2d70fb6ac614f819b02418
add lxc.console.logpath

v2: add get_config_item

clear_config_item is not supported, as it isn't for lxc.console, bc
you can do 'lxc.console.logfile =' to clear it.  Likewise save_config
is not needed because the config is now just written through the
unexpanded char*.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/lxc.container.conf.sgml.in
src/lxc/confile.c