altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/htcacheclean.service

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