On Thu, May 25, 2000 at 11:30:08AM +1000, George Vieira wrote:
> I want to start some game servers from /etc/rc.d/rc.local but I read some
> where that they require a tty/terminal to work in.
> Is there any problem free way to do this or is it as easy as running the
> command with a >/dev/tty1 or something?
>
> Suggestions?
Just a suggestion, try screen.
Maybe "screen -m -d /usr/local/games/gameprogram"
-m -d Start screen in "detached" mode. This creates a
new session but doesn't attach to it. This is use�
ful for system startup scripts.
-m -D This also starts screen in "detached" mode, but
doesn't fork a new process. The command exits if
the session terminates.
--
chesty
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text