diff --git a/conmon/conmon.c b/conmon/conmon.c index 045c10b0..8e9f56d4 100644 --- a/conmon/conmon.c +++ b/conmon/conmon.c @@ -358,7 +358,7 @@ int main(int argc, char *argv[]) cmd = g_string_new(runtime_path); /* Generate the cmdline. */ - if (exec && systemd_cgroup) + if (!exec && systemd_cgroup) g_string_append_printf(cmd, " --systemd-cgroup"); if (exec)