Comment 1 for bug 1456662

Revision history for this message
Louis Bouchard (louis) wrote :

Using the same "start on " clause than for the squid3 job fixes the problem (start on runlevel ...) :

 # squid-deb-proxy - a proxy for deb packages
 #

 description "squid-deb-proxy"
 start on runlevel [2345]
 stop on runlevel [!2345]

I am going to prepare a debdiff with that modification