1 2 3 4 5 6 7
#!/bin/execlineb -P foreground { if -n { test -e /proc/mounts } if -n { mountpoint -q /proc } mount -t proc proc /proc -o nosuid,noexec,nodev }