Complete.Org: Mailing Lists: Archives: freeciv: May 2002:
[Freeciv] Re: backgrounding the civserver process?
Home

[Freeciv] Re: backgrounding the civserver process?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv@xxxxxxxxxxx
Subject: [Freeciv] Re: backgrounding the civserver process?
From: Reinier Post <rp@xxxxxxxxxx>
Date: Wed, 29 May 2002 17:26:36 +0200

On Wed, May 29, 2002 at 05:53:00AM -0700, Brian Soderblom wrote:
> 
> Is there a way to background the civserver process on a unix platform?  I'd
> like to be able to start it, then background it and log off the server and
> have the game continue running.  Right now I have to leave the connection to
> the server open, since the process immediately suspends when it is
> backgrounded.

Try

   civserver < /dev/null > /dev/null &

> Thanks,
> Brian

-- 
Reinier


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