View Single Post
  #2  
Old January 29th, 2008, 08:35 PM
macbri's Avatar
macbri macbri is offline
Mac (r)evolution
 
Join Date: Jun 2005
Location: Ireland
Posts: 255
Thanks: 1
Thanked 0 Times in 0 Posts
macbri is on a distinguished road
To get the job to run in the background (and return a prompt) do:

./agent.be &

Now if you quit the terminal the process should stay running. You can verify by opening a new terminal and:

ps -ax | grep agent.be

As to having it run automatically at boot time, did you try rebooting the server after installation? The Q&A on this site seem to suggest that (see questions 3,4,5).
Reply With Quote