What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Entware privoxy

Txdk

Regular Contributor
installed privoxy thou entware and now it auto starts on every reboot but i haven't made a scrip where i tell it to start.
so how do i find whats starting privoxy one every reboot and stop that from happening.
 
Check for /opt/etc/init.d/SXXprivoxy script. You may disable autostart by removing executable attr from this file.
 
I have the opposite; I want privoxy to start automatically after reboot, but it does not, while dnscrypt-proxy does, with the same executable attribute:

Code:
-rwxr-xr-x  1 admin  root  256 Jun  3 22:49 S09dnscrypt-proxy
-rwxr-xr-x  1 admin  root  203 May 21 20:31 S24privoxy

What do I do wrong?

(manually executing /opt/etc/init.d/S24privoxy does start privoxy just fine)
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top