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) {
|
// optionalAttrs (cfg.client.privoxy.enable && cfg.client.enable) {
|
||||||
torPrivoxy = { name = "tor-privoxy";
|
torPrivoxy = { name = "tor-privoxy";
|
||||||
|
|
||||||
startOn = "starting tor";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "stopping tor";
|
stopOn = "stopping network-interfaces";
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -m 0755 -p ${privoxyDir}
|
mkdir -m 0755 -p ${privoxyDir}
|
||||||
|
Loading…
Reference in New Issue
Block a user