diff options
Diffstat (limited to 'init.d.Linux/procfs.in')
-rw-r--r-- | init.d.Linux/procfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/procfs.in b/init.d.Linux/procfs.in index d286ca94..a30fd92c 100644 --- a/init.d.Linux/procfs.in +++ b/init.d.Linux/procfs.in @@ -7,7 +7,7 @@ description="Mounts misc filesystems in /proc." depend() { need localmount - keyword noprefix + keyword noopenvz noprefix novserver } start() |