diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c index c04bb73d3..0717344e5 100644 --- a/src/lxc/monitor.c +++ b/src/lxc/monitor.c @@ -210,7 +210,7 @@ int lxc_monitord_spawn(const char *lxcpath) char pipefd_str[11]; char * const args[] = { - "/usr/bin/lxc-monitord", + "lxc-monitord", (char *)lxcpath, pipefd_str, NULL,