summaryrefslogtreecommitdiff
path: root/debian/apache2.apache-htcacheclean@.service
AgeCommit message (Collapse)AuthorFilesLines
2016-11-13Fix systemd unit naming for multi-instances.Stefan Fritsch1-2/+2
%I will unescape '-' to '/'. This means an instance name like proxy-balancer would try to use /etc/apache2-proxy/balancer which is not what we want. Use %i to avoid unescaping.
2016-09-20Add systemd unit files. Closes: #798430Raphaƫl Hertzog1-0/+16
Partly based on former work of Timo Aaltonen <tjaalton@debian.org>.