HTCACHECLEAN.SERVI(8) | htcacheclean systemd unit | HTCACHECLEAN.SERVI(8) |
NAME¶
htcacheclean.service - htcacheclean unit file for systemd
SYNOPSIS¶
/usr/lib/systemd/system/htcacheclean.service
DESCRIPTION¶
This manual page describes the systemd unit file for the htcacheclean daemon. This unit file provides a service which runs htcacheclean in daemon mode, periodically cleaning the disk cache root to ensure disk space usage is within configured limits.
OPTIONS¶
The service is configured by configuration file /etc/sysconfig/htcacheclean. The following variables are used, following standard systemd EnvironmentFile= syntax:
INTERVAL=
Sets the interval between cache clean runs, in minutes.
By default this is configured as 15.
CACHE_ROOT=
Sets the directory name used for the cache root. By
default this is configured as /var/cache/httpd/proxy.
LIMIT=
Sets the total disk cache space limit, in bytes. Use a
K or M suffix to signify kilobytes or megabytes. By default this
is set to 100M.
OPTIONS=
Any other options to pass to htcacheclean.
FILES¶
/usr/lib/systemd/system/htcacheclean.service, /etc/sysconfig/htcacheclean
SEE ALSO¶
htcacheclean(8), httpd(8), httpd.service(8), systemd.exec(8)
AUTHOR¶
Joe Orton <jorton@redhat.com>
Author
02/07/2024 | httpd |