procfs: remove redundant check for OpenVZ
The check for OpenVZ is not necessary since the procfs service already will not run on OpenVZ due to the keywords setting.
This commit is contained in:
@@ -41,8 +41,6 @@ start()
|
||||
fi
|
||||
fi
|
||||
|
||||
[ "$RC_SYS" = "OPENVZ" ] && return 0
|
||||
|
||||
# Check what USB fs the kernel support. Currently
|
||||
# 2.5+ kernels, and later 2.4 kernels have 'usbfs',
|
||||
# while older kernels have 'usbdevfs'.
|
||||
|
Reference in New Issue
Block a user