Redis properly starts up if I run the command:
sudo /etc/init.d/redis-server start
I've added my startup script with:
sudo update-rc.d redis-server defaults
But when I startup from a fresh boot, Redis isn't running. Where should I look to troubleshoot this?