]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgroups: fix default cgroup pattern 3259/head
authorKirill Petrov <kspetrov@avito.ru>
Mon, 27 Jan 2020 08:51:36 +0000 (11:51 +0300)
committerKirill Petrov <kspetrov@avito.ru>
Mon, 27 Jan 2020 08:51:36 +0000 (11:51 +0300)
Signed-off-by: Kirill Petrov <yakutskkirill@mail.ru>
configure.ac

index 2cf74b86ba16cd4e38dbd2764cef85adbfd01ccf..28f34f13f5161eb9d5634e5f15208cd74d242a83 100644 (file)
@@ -487,7 +487,7 @@ AC_ARG_WITH([rootfs-path],
 # cgroup pattern specification
 AC_ARG_WITH([cgroup-pattern],
        [AS_HELP_STRING([--with-cgroup-pattern=pattern], [pattern for container cgroups])],
-       [with_cgroup_pattern=$withval], [with_cgroup_pattern=['lxc.payload/%n']])
+       [with_cgroup_pattern=$withval], [with_cgroup_pattern=['lxc.payload.%n']])
 
 # The path for the apparmor_parser's cache for generated apparmor profiles
 AC_ARG_WITH([apparmor-cache-dir],