summaryrefslogtreecommitdiff
path: root/services/procfs.in
blob: 76d479f9eea1026d38f95706848392fd694d2976 (plain)
1
2
3
4
5
6
7
description "mount /proc"
type wait
target boot
before vfs

exec "@SBINPATH@/mount" -t proc proc /proc
exec "@SCRIPTDIR@/trymount.sh" "/proc/sys/fs/binfmt_misc" "binfmt_misc" "nodev,noexec,nosuid"