aboutsummaryrefslogtreecommitdiff
path: root/services/procfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/procfs.in')
-rw-r--r--services/procfs.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/services/procfs.in b/services/procfs.in
deleted file mode 100644
index 8c0743b..0000000
--- a/services/procfs.in
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-}