#!/usr/bin/execlineb -P

envfile /etc/s6-rc/config/mount-tmpfs.conf
importas -uD "yes" MOUNT MOUNT

foreground { if -t { test ${MOUNT} = "yes" } mount -t tmpfs tmpfs /tmp }
