]> git.proxmox.com Git - mirror_lxc.git/commit
api change: default container->daemonize to true
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 13 Jan 2014 17:08:48 +0000 (11:08 -0600)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 14 Jan 2014 21:25:58 +0000 (16:25 -0500)
commitc8ad5f4623bb5e61b1065047a22b90182daa2e66
tree6968ae5eb0657adb782c4ee12441c31e0882a209
parent4213a747e8f2f953114be798bab0e2bf11da4563
api change: default container->daemonize to true

Pretty much the only case where we do NOT want to daemonize
a container start is lxc-start.  So make c->daemonize true
by default, and have lxc-start set it to false.

If there are existing API users who rely on daemonize by
default, then they will be broken by this.  It seems we should
do this before beta1 if we're going to do it.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_start.c
src/lxc/lxccontainer.c
src/tests/startone.c