Try prepending your start/stop commands in monit so it looks like:

start = "/usr/bin/env RAILS_ENV=production ..."

If that path isn't right, type in:

$ which env

Cheers!

Brad

On Tue, May 26, 2009 at 11:28 AM, Neil Cauldwell
<[email protected]>wrote:

>  Hi, I'm trying to figure out how to create a start program command for
> which I would type the following at the command line;
>
> cd /var/www/soindustry/current
> export RAILS_ENV=production script/workling_client start
>
> The problem is that I need Monit to start a task using the 'export
> RAILS_ENV=production'. Presumably the above example would also be the same
> as;
>
> export RAILS_ENV=production
> /var/www/soindustry/current/script/workling_client start
>
> Thanks
>
> ------------------------------
> Get the New Internet Explore 8 Optimised for MSN. Download 
> Now<http://extras.uk.msn.com/internet-explorer-8/?ocid=T010MSN07A0716U>
>
> --
> To unsubscribe:
> http://lists.nongnu.org/mailman/listinfo/monit-general
>
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to