5 lines
122 B
Plaintext
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
|