arrfab / rpms / httpd

Forked from rpms/httpd 5 years ago
Clone

Blame SOURCES/htcacheclean.service

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