This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=HTCACHECLEAN_SIZE=300M HTCACHECLEAN_DAEMON_INTERVAL=120 HTCACHECLEAN_PATH=/var/cache/apache2/mod_cache_disk HTCACHECLEAN_OPTIONS=-n
-
EnvironmentFile=-/etc/default/apache-htcacheclean
-
ExecStart=/usr/bin/htcacheclean -d $HTCACHECLEAN_DAEMON_INTERVAL -p $HTCACHECLEAN_PATH -l $HTCACHECLEAN_SIZE $HTCACHECLEAN_OPTIONS
-
Type=forking
-
User=www-data
-
-
[Unit]
-
After=apache2.service
-
Description=Disk Cache Cleaning Daemon for Apache HTTP Server
-
Documentation=https://httpd.apache.org/docs/2.4/programs/htcacheclean.html
-
Additionnal notes
Nothing here.