summaryrefslogtreecommitdiff
path: root/services/procfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/procfs.in')
-rw-r--r--services/procfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/procfs.in b/services/procfs.in
index 9124792..8c0743b 100644
--- a/services/procfs.in
+++ b/services/procfs.in
@@ -4,6 +4,6 @@ target boot
before vfs
exec {
- "@SBINPATH@/mount" -t proc proc /proc
+ mount -t proc proc /proc
"@SCRIPTDIR@/trymount.sh" /proc/sys/fs/binfmt_misc binfmt_misc nodev,noexec,nosuid
}