arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/htcacheclean.service

e71654
[Unit]
e71654
Description=Disk Cache Cleaning Daemon for the Apache HTTP Server
e71654
After=httpd.service
e71654
Documentation=man:htcacheclean.service(8)
e71654
e71654
[Service]
e71654
Type=forking
e71654
User=apache
e71654
PIDFile=/run/httpd/htcacheclean/pid
e71654
EnvironmentFile=/etc/sysconfig/htcacheclean
e71654
ExecStart=/usr/sbin/htcacheclean -P /run/httpd/htcacheclean/pid -d $INTERVAL -p $CACHE_ROOT -l $LIMIT $OPTIONS