diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-17 14:15:59 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-17 14:15:59 -0500 |
commit | 8d307a6fadd516f26d9c72016119277a7a5c1946 (patch) | |
tree | 0e3465a58a37f5a53c97d0b98ff3b30523909cea | |
parent | 62addf118067dd2cd57c3f5fee35c9e80f9fec42 (diff) |
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.
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index e7d4fce7..888f0620 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.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'. |