Tor-privoxy: quick and dirty fix for activation under systemd

This commit is contained in:
Evgeny Egorochkin 2013-02-10 20:29:17 +02:00
parent 12d77805ef
commit 06f90c6ffc

View File

@ -252,8 +252,8 @@ in
// optionalAttrs (cfg.client.privoxy.enable && cfg.client.enable) {
torPrivoxy = { name = "tor-privoxy";
startOn = "starting tor";
stopOn = "stopping tor";
startOn = "started network-interfaces";
stopOn = "stopping network-interfaces";
preStart = ''
mkdir -m 0755 -p ${privoxyDir}