Unverified Commit 834e11b6 by Kirill Petrov Committed by Christian Brauner

cgroups: fix default cgroup pattern

parent 183bda09
...@@ -485,7 +485,7 @@ AC_ARG_WITH([rootfs-path], ...@@ -485,7 +485,7 @@ AC_ARG_WITH([rootfs-path],
# cgroup pattern specification # cgroup pattern specification
AC_ARG_WITH([cgroup-pattern], AC_ARG_WITH([cgroup-pattern],
[AS_HELP_STRING([--with-cgroup-pattern=pattern], [pattern for container cgroups])], [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']])
# Container log path. By default, use $lxcpath. # Container log path. By default, use $lxcpath.
AC_MSG_CHECKING([Whether to place logfiles in container config path]) AC_MSG_CHECKING([Whether to place logfiles in container config path])
......
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