Changes between Version 116 and Version 117 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Jan 25, 2009, 11:16:44 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v116 v117  
    511511''TODO'': make this configurable as a variable (e.g. CE_BANNED_USERS)
    512512
     513=== Home Directory Purging ===
     514
     515A cron job is responsible for purging directories created for each job under the user home directory. By default, this job runs twice a week (on Sunday and Wednesday) and removes any file and directories older than 15 days in the home directory. This can be tuned with the following variables:
     516 * `CE_CLEANUP_ACCOUNTS_IDLE`: minimum age of a file (in days) for the file to be purged (Default: 15).
     517 * `CE_CLEANUP_ACCOUNTS_DAYS`: a comma-separated list of days in cron format (day number or first three letters of the day name) when to run the cron job (Default: Sunday, Wednesday).
     518
    513519== WN Configuration ==
    514520