2013-01-08 13:19:12 +00:00
|
|
|
[Unit]
|
2018-10-31 10:01:24 +00:00
|
|
|
Description=Disk Cache Cleaning Daemon for the Apache HTTP Server
|
2013-01-08 13:19:12 +00:00
|
|
|
After=httpd.service
|
2018-10-31 10:01:24 +00:00
|
|
|
Documentation=man:htcacheclean.service(8)
|
2013-01-08 13:19:12 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
User=apache
|
|
|
|
PIDFile=/run/httpd/htcacheclean/pid
|
2022-12-20 09:43:24 +00:00
|
|
|
Environment=LANG=C
|
2013-01-08 13:19:12 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/htcacheclean
|
|
|
|
ExecStart=/usr/sbin/htcacheclean -P /run/httpd/htcacheclean/pid -d $INTERVAL -p $CACHE_ROOT -l $LIMIT $OPTIONS
|
2022-12-20 09:43:24 +00:00
|
|
|
PrivateTmp=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|