[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread harper
jcontonio wrote: Hello. I have mongrel working perfectly, other than it doesn't start when my server reboots (not good). So my setup is this. I have the mongrel_cluster startup file in /usr/local/etc/rc.d/ and then a directory of symlinks to my rails apps in /usr/local/etc/

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread jcontonio
This would work if I was running linux. I am running FreeBSD. On Feb 7, 10:20 am, harper [EMAIL PROTECTED] wrote: jcontonio wrote: Hello. I have mongrel working perfectly, other than it doesn't start when my server reboots (not good). So my setup is this. I have the mongrel_cluster

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread Zack Chandler
On 2/7/07, jcontonio [EMAIL PROTECTED] wrote: Hello. I have mongrel working perfectly, other than it doesn't start when my server reboots (not good). So my setup is this. I have the mongrel_cluster startup file in /usr/local/etc/rc.d/ and then a directory of symlinks to my rails apps in

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread Wesley Moxam
I'm not too familiar with the rc.d style configuration files, so I can't diagnose your problem. It appears that the startup script is trying to run your command from the incorrect directory. /etc/rc.local does in fact still work in FreeBSD, even if the file is not there. Just create the file,