Sophie

Sophie

distrib > Mandriva > cooker > i586 > media > main-release-src > by-pkgid > 4f6ce36ac52cc3ae6d180b1fa7577130 > files > 5

apache-2.4.2-0.1.src.rpm

[Unit]
Description=Clean up the disk cache. Used in conjunction with mod_cache_disk and mod_proxy
After=syslog.target network.target httpd.service

[Service]
EnvironmentFile=/etc/sysconfig/htcacheclean
ExecStart=/usr/sbin/htcacheclean -n -t -i -d ${INTERVAL:-"120"} -p ${CACHEROOT:-"/var/cache/httpd/mod_proxy"} -l ${SIZE:-"100M"}

[Install]
WantedBy=multi-user.target