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.
This commit is contained in:
William Hubbs 2010-12-28 13:54:19 -06:00
parent f84d997d4c
commit b2e9b91852

View File

@ -5,7 +5,7 @@
depend()
{
before bootmisc logger
keyword -openvz -prefix -vserver
keyword -prefix -vserver
}
start()