all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Privoxy user config without hard-coded GNU store path?
@ 2019-10-06 11:51 Pierre Neidhardt
  2019-10-06 12:22 ` Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2019-10-06 11:51 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 981 bytes --]

Hi!

I start a privoxy daemon on login like this:

--8<---------------cut here---------------start------------->8---
privoxy --no-daemon ~/.config/privoxy/config &
--8<---------------cut here---------------end--------------->8---

~/.config/privoxy/config contains essentially this:


--8<---------------cut here---------------start------------->8---
## Mandatory options:
confdir /gnu/store/b1nv74wiz4i32vracafmdqiij8y8p7il-privoxy-3.0.28/etc/privoxy
logdir /gnu/store/b1nv74wiz4i32vracafmdqiij8y8p7il-privoxy-3.0.28/var/log/privoxy

## My options:
       forward-socks5t   /               127.0.0.1:9050 .
--8<---------------cut here---------------end--------------->8---

The problem is that the config won't stand an upgrade +
garbage-collection of the old path.

Ideally, we could have a Shepherd service to start and configure privoxy
reliably.

Is there any other way to configure privoxy reliably?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-06 12:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 11:51 Privoxy user config without hard-coded GNU store path? Pierre Neidhardt
2019-10-06 12:22 ` Efraim Flashner
2019-10-06 12:46   ` Pierre Neidhardt

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.