From a8f3360e938b3cfc8b785222be522cdbf83e5692 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 5 Nov 2018 15:56:27 +0100 Subject: Split default init scripts into seperate package Signed-off-by: David Oberhollenzer --- services/procfs.in | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 services/procfs.in (limited to 'services/procfs.in') 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 -} -- cgit v1.2.3