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