[DGD] After compiling

J Child askrius at yahoo.com
Wed Oct 31 03:13:58 CET 2001


--- soja at softhome.net wrote:
> 
> > I am used to running DGD under a win32 environment
> ... after compiling in 
> > linux where/how do I go about starting the driver?
> > 
> > -Thanks
> > 
> 
> binary is in '../bin' directory from the source
> directory (where you typed
> 'make install'). the binary is called 'driver' and
> you run it by typing
> 
> ./driver config-file
> 
> where config-file is your config file
> 

You may also want to run that as a background process:

./driver config-file &

Also, some systems require you to run the script via
nohup (no hangup):

nohup ./driver config-file &


!ask

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list