Startup script wont execute on NAS

Hi,

So I've created /etc/rc.local

#!/bin/sh
polipo -c /opt/etc/polipo/polipo.conf

exit 0

if I run it with ./rc.local it does what its supposed to do and the proxy starts but not at startup.

any idea whats wrong?
thanks

Can you tell us all what operating system and version you are running.

This could easily be an access rights problem.

Have you searched for a solution?

For example:

scripts - How can I make "rc.local" run on startup? - Ask Ubuntu

Check that out, post back your findings.