diff --git a/src/lxc/lxc_init.c b/src/lxc/lxc_init.c index 594b00094..f935f8f21 100644 --- a/src/lxc/lxc_init.c +++ b/src/lxc/lxc_init.c @@ -408,7 +408,7 @@ int main(int argc, char *argv[]) if (mypid != 1) { kill_children(mypid); } else { - ret = kill(-1, SIGTERM); + ret = kill(-1, SIGKILL); if (ret < 0) DEBUG("%s - Failed to send SIGTERM to " "all children", strerror(errno));