/etc/cron.d/lcgdm-dav-session-cache-clean.cron - CentOS Linux 7

This is the default example configuration of lcgdm-dav-session-cache-clean.cron provided by Apache. This config file was generated by Apache running on CentOS 7.

It is located under: /etc/cron.d/lcgdm-dav-session-cache-clean.cron

    0 * * * * root /usr/bin/find /var/www/sessions -type f -cmin +1440 -delete

    
  

Config Details

Location
/etc/cron.d/lcgdm-dav-session-cache-clean.cron
Operating system
CentOS Linux 7
Length
1 lines
MD5 checksum
6775faab318edae1ee554a47c5e5799b

Usage

Download the raw file with wget or curl

Wget

wget -O lcgdm-dav-session-cache-clean.cron.example http://exampleconfig.com/static/raw/apache/centos7/etc/cron.d/lcgdm-dav-session-cache-clean.cron

cURL

curl http://exampleconfig.com/static/raw/apache/centos7/etc/cron.d/lcgdm-dav-session-cache-clean.cron > lcgdm-dav-session-cache-clean.cron.example