httpd/htcacheclean.service

17 lines
435 B
SYSTEMD
Raw Normal View History

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
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
PrivateTmp=true
[Install]
WantedBy=multi-user.target