]> git.pld-linux.org Git - packages/systemd.git/blob - pld-clean-tmp.sh
up to 246.4
[packages/systemd.git] / pld-clean-tmp.sh
1 #!/bin/sh
2 # Read functions
3 . /lib/rc-scripts/functions
4
5 # Clean /tmp
6 if is_yes "$CLEAN_TMP" && ! is_fsmounted tmpfs /tmp; then
7         LC_ALL=C rm -rf /tmp/* /tmp/.[a-zA-Z0-9]*
8 fi
This page took 0.091011 seconds and 3 git commands to generate.