diff options
author | William Hubbs <williamh@gentoo.org> | 2010-12-28 13:54:19 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-12-28 13:54:19 -0600 |
commit | b2e9b91852ad4f405842032a6cc1396bffcafac0 (patch) | |
tree | 34268d37b98280f8db50b480bab0d98126dcadf6 /init.d | |
parent | f84d997d4ce910554744f63eb50b2617e4dd59ef (diff) |
bug #349443: remove -openvz keyword from sysctl service
Openvz supports sysctl settings which are different from the host
settings, so allow the sysctl service to run for openvz systems.
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 71f61a52..83e75368 100644 --- a/init.d/sysctl.Linux.in +++ b/init.d/sysctl.Linux.in @@ -5,7 +5,7 @@ depend() { before bootmisc logger - keyword -openvz -prefix -vserver + keyword -prefix -vserver } start() |