httpd/htcacheclean.service
2013-01-08 13:19:12 +00:00

11 lines
316 B
Desktop File

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