You are not logged in.
Pages: 1
I have two programs I manually installed that I would like to get to run when the computer starts up, can someone help me?
/usr/local/sbin/tinyproxy
and
/usr/sbin/dansguardian
To obtain peace and quiet, get a Phoneless Cord.
Offline
Place any commands you want to execute after boot in /etc/rc.local.
However, it seems that dansguardian has its own rc script (/etc/rc.d/dansguardian), thus you should just add dansguardian to DAEMONS section of /etc/rc.conf.
Offline
Edit #2
Thanks!
To obtain peace and quiet, get a Phoneless Cord.
Offline
Also, the fact that you have anything in /usr/local/bin shows that either:
1) The package for Tinyproxy is not Arch-compliant
2) You compiled and installed it yourself, by hand
You should really check out the wiki for instructions on how to make PKGBUILDs for software you don't find in the Arch tree and in AUR; that way you can install/uninstall stuff using pacman and guarantee a clean system.
Also, when you make the PKGBUILD, contribute it to the community in the AUR!
Offline
I take it you're really interested in the benefits of dansguardian and just need tinyproxy to work with that? If so, I ran dansguardian with privoxy for many months at a cybercafe without problems and there are arch packages for both. I switched from privoxy to squid only after I changed ISPs and got a cheap package with download limits so wanted a lot of caching.
Offline
Pages: 1