Files
RedBear-OS/init.d/00_tmp
T

5 lines
122 B
Plaintext

# FIXME change this to a service unit
# clear and recreate tmpdir with 0o1777 permission
rm -rf /tmp
mkdir -m a=rwxt /tmp