Tor-privoxy: quick and dirty fix for activation under systemd
This commit is contained in:
parent
12d77805ef
commit
06f90c6ffc
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user