Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-13 | Fix systemd unit naming for multi-instances. | Stefan Fritsch | 1 | -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-20 | Add systemd unit files. Closes: #798430 | Raphaƫl Hertzog | 1 | -0/+16 | |
Partly based on former work of Timo Aaltonen <tjaalton@debian.org>. |