I would like to start a Rebol script as a daemon under Linux at boot up.

Any ideas how to do this?

I have screwed around with it but can't make it work correctly.
When I do run it from command line works fine.
But then I try to run it in the background, it runs but you can't access it 
via the web since it is a form of the sid-server.r script.

In addition: here is scenario

using Telnet to work with my remote linux system which serves our website
i can run the server script while connected via telnet, but once I 
disconnect it kills my process
nohup does not seem to help
neither does redirecting output to Null and running in background

So how the hell do you start program/script and keep it running as a daemon 
in the background even after logging off the system?

HELP!

Thanks,

Jeff

Reply via email to