Hello,guys. I have a problem with unicorn start on boot (OS is gentoo).
I write in /etc/local.d/local.start file:
#!bin/sh
/etc/init.d/unicorn start
and when I reboot computer it can't start my rails application and in
unicorn.stderr.log writes 'require cannot load such file --
bundler/setup (LoadError)'. But when I write in shell
"/etc/init.d/unicorn start" everything is ok. My app is running. Can
someone help me?