diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-07-02 11:45:14 +0300 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-04 08:33:55 -0500 |
commit | 143f1c64c13e4930e3880a393b7253d6fbc0ed58 (patch) | |
tree | f48d4b81b68d6439c4a86db2b5e70195455e2ba3 /init.d | |
parent | b4b34d909c36898095a0036f90a328838137e3a4 (diff) |
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
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/sysctl.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
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() |