diff options
-rw-r--r-- | init.d.Linux/procfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/procfs b/init.d.Linux/procfs index 248e4194..9e55d885 100644 --- a/init.d.Linux/procfs +++ b/init.d.Linux/procfs @@ -6,7 +6,7 @@ description="Mounts misc filesystems in /proc." depend() { - need checkfs + need localmount } start() |