Skip to content

Commit

Permalink
cgroups: fix default cgroup pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Petrov <yakutskkirill@mail.ru>
  • Loading branch information
Kirill Petrov authored and Christian Brauner committed Mar 2, 2020
1 parent 183bda0 commit 834e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -485,7 +485,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']])

# Container log path. By default, use $lxcpath.
AC_MSG_CHECKING([Whether to place logfiles in container config path])
Expand Down

0 comments on commit 834e11b

Please sign in to comment.