[cl-wiki-devel] How to detach from command line
Kevin Griffin
kevin at cavewallarts.com
Fri Sep 2 07:39:16 UTC 2005
Vehbi Sinan Tunalioglu wrote:
> Hi,
>
> I wonder how you detach the cl-wiki as well as the cl interpreter from
> command line? We will use the system for production purposes, so we have
> to leave the system running on a linux server.
>
> Do you think that following is ok?
>
> $ nohup cmucl -load wiki.lsp &
>
> (wiki.lsp contains the initial script for loading cl-wiki and running
it.)
>
> I tried and it is running. But I want to know how you accomplish that?
See Dan Barlow's detachtty
http://www.cliki.net/detachtty
We're using this, plus a system V init script mentioned earlier.
You also may want to look at Fare's cl-launch (I haven't played with it
yet).
Kevin Griffin
More information about the Cl-wiki-devel
mailing list