From 06ae2e5593fe6b3dac1b2d18e244a08b54da14e1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 9 Sep 2007 15:52:05 +0000 Subject: Allow people to specify a list of temp dirs to clean in bootmisc #191807. --- conf.d/bootmisc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.d/bootmisc') 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" -- cgit v1.2.3