diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-09 15:52:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-09 15:52:05 +0000 |
commit | 06ae2e5593fe6b3dac1b2d18e244a08b54da14e1 (patch) | |
tree | be71bc26567052f12c1f575dbcc0684f58dc883d /conf.d | |
parent | ba4b5d5b7fab28557e0dda9b5a2191d110118857 (diff) |
Allow people to specify a list of temp dirs to clean in bootmisc #191807.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/bootmisc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/bootmisc b/conf.d/bootmisc index 147f9d03..5bf7ecf5 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" |