summaryrefslogtreecommitdiffstats
path: root/src/lib/source/system/mount/mount-tmp/up
blob: 0eaf4da0a7d17cdfdf09b08dedda225b6637ed9d (plain)
1
2
3
4
5
6
7
8
9
#!@shebangdir@/execlineb -P

# ISC license.

fdmove -c 2 1

if { mkdir -p -- /tmp }
if -n -x0 { mountpoint -q /tmp }
	mount -t tmpfs -o mode=1777 tmpfs /tmp