polipo doesn't start at system boot

When I was using polipo on Ubuntu, it automatically start at system boot.
Now I’m using opensuse, I installed polipo from the repository, however, I have to manually start it by using “sudo polipo”. If root privilege is not given, polipo won’t work correctly.
What should I do to make it start at boot automatically?

a friend told me to creat /etc/boot.local, with

/usr/polipo 

but it doesn’t work still…

Any idea?

Thanks!!

From a terminal, enter

su -
/etc/init.d/polipo start

You can also enable polipo from Yast (System/Services.)

Thanks!! I didn’t know Yast is so powerful.

Yast is a nice tool. You might look around to get familiar with it.