summary refs log tree commit diff
path: root/os/etc/s6-rc/src/mount-procfs/up
blob: d950f34b6cc1d6b025587dec601c20150c6202eb (plain) (blame)
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
}