]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
lxc: introduce lxc-kill command (v4)
authorgkurz@linux.vnet.ibm.com <gkurz@linux.vnet.ibm.com>
Thu, 29 Apr 2010 08:03:59 +0000 (10:03 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 29 Apr 2010 08:03:59 +0000 (10:03 +0200)
commite4b3fe5833cf5e8cb85389ceed8a00254c87b01f
tree434a17ac300ae001f19c9df85ecd7b1f3af0ffa9
parentb78b21258cc26682641bd72fd8fc10d1c6140e33
lxc: introduce lxc-kill command (v4)

lxc-kill send a signal to the process 1 of the container.

If this command is used on an application container ran by
lxc-execute, the lxc-init will receive the signal and will forward it to
the process 2 which is the command specified in the command line.

Signed-off-by: Greg Kurz <gkurz@fr.ibm.com>
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.ac
doc/Makefile.am
doc/lxc-execute.sgml.in
doc/lxc-kill.sgml.in [new file with mode: 0644]
doc/see_also.sgml.in
src/lxc/Makefile.am
src/lxc/lxc_init.c
src/lxc/lxc_kill.c [new file with mode: 0644]