Code: Select all
/etc/init.d/polipo startCode: Select all
rc-update add polipo defaultThis code snippet from /etc/init.d/polipo is supposed to make it run as polipo, isn't it?
Code: Select all
start-stop-daemon --start --user polipo \
--background --pidfile /var/run/polipo.pid --make-pidfile \
--exec /usr/bin/polipo
Thanks,
Rainer
EDIT:
I'd better done this before - actually trying...
I added polipo to the boot level default, rebooted - and the user was polipo when I started again!
I didn't imagine that invoking /etc/init.d/polipo start from a root terminal would have a different effect from startup call.
Sorry,
Rainer
