Thanks a lot
I managed to configure autostart, but my way was less impressive of course

I recognized that Polipo is able to run as a daemon so I extended the command line on the following way

/opt/bin/polipo -c /opt/etc/polipo/polipo.conf daemonise=true pidFile=/opt/var/lock/polipo logFile=/opt/etc/polipo/polipo.log logLevel=0xFF

So probably it is more natural way to do it instead of using nohup.
I don't know actually, just guess. But it works for me.


And one more thing... the message "Warning: Your system has very few filedescriptors available in total..."

Do you handle that somehow specially via ulimit? Or you simply ignore it.
I would like to know the expert opinion on that