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

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