Unverified Commit 5702bdbb by Christian Brauner Committed by Stéphane Graber

lxccontainer: only spawn monitord on demand

parent a63bb845
...@@ -790,7 +790,6 @@ static bool do_lxcapi_start(struct lxc_container *c, int useinit, char * const a ...@@ -790,7 +790,6 @@ static bool do_lxcapi_start(struct lxc_container *c, int useinit, char * const a
*/ */
if (daemonize) { if (daemonize) {
char title[2048]; char title[2048];
lxc_monitord_spawn(c->config_path);
pid_t pid = fork(); pid_t pid = fork();
if (pid < 0) if (pid < 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment