forked from mirrors/nixpkgs
Make privoxy run with uid=privoxy.
Patch by Russell O'Connor, sent to nix-dev. svn path=/nixos/trunk/; revision=21551
This commit is contained in:
parent
b690751956
commit
e4e3789dad
|
@ -12,7 +12,7 @@ let
|
|||
|
||||
modprobe = config.system.sbin.modprobe;
|
||||
|
||||
privoxyFlags = "--no-daemon ${privoxyCfg}";
|
||||
privoxyFlags = "--no-daemon --user ${privoxyUser} ${privoxyCfg}";
|
||||
|
||||
privoxyCfg = pkgs.writeText "privoxy.conf" ''
|
||||
listen-address ${config.services.privoxy.listenAddress}
|
||||
|
|
Loading…
Reference in a new issue