From 143f1c64c13e4930e3880a393b7253d6fbc0ed58 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 2 Jul 2014 11:45:14 +0300 Subject: [PATCH] sysctl.Linux.in: remove -lxc from keywords certain tunables can be set independently for each container X-Gentoo-Bug: 516050 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516050 --- init.d/sysctl.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in index 1ebce660..cda86b53 100644 --- a/init.d/sysctl.Linux.in +++ b/init.d/sysctl.Linux.in @@ -5,7 +5,7 @@ depend() { before bootmisc logger - keyword -lxc -prefix -vserver + keyword -prefix -vserver } start()