diff options
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" |