mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 13:47:41 +00:00
configure: remove slash from cgroup pattern
This is the cause of the unnecessary extraneous slashes when creating cgroups. Our lxc.system.conf page also clearly shows "lxc/%n" as example, not "/lxc%n". Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
06caa01200
commit
3a12c64d94
@ -558,7 +558,7 @@ AC_ARG_WITH([cgroup-pattern],
|
|||||||
[AC_HELP_STRING(
|
[AC_HELP_STRING(
|
||||||
[--with-cgroup-pattern=pattern],
|
[--with-cgroup-pattern=pattern],
|
||||||
[pattern for container cgroups]
|
[pattern for container cgroups]
|
||||||
)], [], [with_cgroup_pattern=['/lxc/%n']])
|
)], [], [with_cgroup_pattern=['lxc/%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])
|
||||||
|
Loading…
Reference in New Issue
Block a user