Files
RedBear-OS/init.d/00_tmp
T
bjorn3 20429746f8 init: Migrate the base services from init scripts
And move them into the base repo.
2026-04-11 10:47:34 +02:00

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