monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie, only starts process when using monit start <processname>


From: Jan-Henrik Haukeland
Subject: Re: newbie, only starts process when using monit start <processname>
Date: Sun, 06 May 2007 15:25:41 +0200

On 5. mai. 2007, at 23.14, andrew.taylor wrote:

start program = "/usr/bin/ruby /home/me/workspace/rails_toucan/ script/runner2 --pidfile=log/manager.pid --environment=production 'Manager.start' &"

Ok then, put "#/usr/bin/ruby" at the top of the runner2 script so it is a self contained script and then change the start command to

start program = "/home/me/workspace/rails_toucan/script/runner2 -- pidfile=/home/me/workspace/rails_toucan/log/manager.pid -- environment=production 'Manager.start'"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]