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/