1HTCACHECLEAN.SERVI(8) htcacheclean systemd unit HTCACHECLEAN.SERVI(8)
2
3
4
6 htcacheclean.service - htcacheclean unit file for systemd
7
9 /usr/lib/systemd/system/htcacheclean.service
10
12 This manual page describes the systemd unit file for the htcacheclean
13 daemon. This unit file provides a service which runs htcacheclean in
14 daemon mode, periodically cleaning the disk cache root to ensure disk
15 space usage is within configured limits.
16
18 The service is configured by configuration file
19 /etc/sysconfig/htcacheclean. The following variables are used,
20 following standard systemd EnvironmentFile= syntax:
21
22 INTERVAL=
23 Sets the interval between cache clean runs, in minutes. By default
24 this is configured as 15.
25
26 CACHE_ROOT=
27 Sets the directory name used for the cache root. By default this is
28 configured as /var/cache/httpd/proxy.
29
30 LIMIT=
31 Sets the total disk cache space limit, in bytes. Use a K or M
32 suffix to signify kilobytes or megabytes. By default this is set to
33 100M.
34
35 OPTIONS=
36 Any other options to pass to htcacheclean.
37
39 /usr/lib/systemd/system/htcacheclean.service,
40 /etc/sysconfig/htcacheclean
41
43 htcacheclean(8), httpd(8), httpd.service(8), systemd.exec(8)
44
46 Joe Orton <jorton@redhat.com>
47 Author
48
49
50
51httpd 02/01/2021 HTCACHECLEAN.SERVI(8)