You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
350 B
12 lines
350 B
6 years ago
|
[Unit]
|
||
|
Description=Disk Cache Cleaning Daemon for Apache HTTP Server
|
||
|
After=httpd.service
|
||
|
Documentation=man:htcacheclean(8)
|
||
|
|
||
|
[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
|