Searched defs:daemonize (Results 1 - 5 of 5) sorted by relevance
/lxc/src/lxc/tools/ |
H A D | lxc_unshare.c | 159 int flags = 0, daemonize = 0; local 187 daemonize = 1; 270 if (daemonize)
|
/lxc/src/lxc/ |
H A D | arguments.h | 50 int daemonize; member in struct:lxc_arguments
|
H A D | lxccontainer.h | 116 bool daemonize; member in struct:lxc_container 229 * \param state Value for the daemonize bit (0 or 1).
|
H A D | lxccontainer.c | 577 c->daemonize = state; 719 bool daemonize = false; local 758 daemonize = c->daemonize; 762 ret = lxc_execute(c->name, argv, 1, conf, c->config_path, daemonize); 781 if (daemonize) { 839 if (daemonize) 848 if (daemonize) 872 if (lxc_check_inherited(conf, daemonize, -1)) { 878 ret = lxc_start(c->name, argv, conf, c->config_path, daemonize); [all...] |
/lxc/src/python-lxc/ |
H A D | lxc.c | 1455 PyObject *daemonize = NULL; local 1463 static char *kwlist[] = {"useinit", "daemonize", "close_fds", 1467 &useinit, &daemonize, &close_fds, 1489 if (!daemonize || daemonize == Py_True) { 1795 "start(useinit = False, daemonize=True, close_fds=False, " 1800 "The container can be started in the foreground with daemonize=False.\n"
|
Completed in 25 milliseconds