summaryrefslogtreecommitdiff
path: root/conf.d/bootmisc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-09 15:52:05 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-09 15:52:05 +0000
commit06ae2e5593fe6b3dac1b2d18e244a08b54da14e1 (patch)
treebe71bc26567052f12c1f575dbcc0684f58dc883d /conf.d/bootmisc
parentba4b5d5b7fab28557e0dda9b5a2191d110118857 (diff)
downloadopenrc-06ae2e5593fe6b3dac1b2d18e244a08b54da14e1.tar.gz
openrc-06ae2e5593fe6b3dac1b2d18e244a08b54da14e1.tar.bz2
openrc-06ae2e5593fe6b3dac1b2d18e244a08b54da14e1.tar.xz
Allow people to specify a list of temp dirs to clean in bootmisc #191807.
Diffstat (limited to 'conf.d/bootmisc')
-rw-r--r--conf.d/bootmisc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/bootmisc b/conf.d/bootmisc
index 147f9d0..5bf7ecf 100644
--- a/conf.d/bootmisc
+++ b/conf.d/bootmisc
@@ -4,5 +4,9 @@
# system startup is complete
DELAYLOGIN="no"
+# List of /tmp directories we should clean up
+WIPE_TMP_DIRS="/tmp"
+
+# Should we wipe the tmp paths completely or just selectively remove known
# locks / files / etc... ?
WIPE_TMP="yes"