summaryrefslogtreecommitdiff
path: root/init.d/localmount.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r--init.d/localmount.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index 4c7d5fd..9d95a8a 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -8,7 +8,7 @@ depend()
{
need fsck
use modules mtab
- keyword nojail noprefix
+ keyword nojail noopenvz noprefix novserver
}
start()
@@ -29,9 +29,6 @@ start()
stop()
{
- # Don't unmount anything for VPS systems
- [ "${RC_SYS}" = "VPS" ] && return 0
-
# We never unmount / or /dev or $RC_SVCDIR
local x= no_umounts="/|/dev|/dev/.*|${RC_SVCDIR}"