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:
William Hubbs 2015-04-17 14:15:59 -05:00
parent 62addf1180
commit 8d307a6fad

View File

@ -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'.