Under UBUNTU you have the vixie version of crontab which allows you to
create a "@reboot" command FROM USER mode, no need even to log into root
nor sudo, just crontab can start mprime at boot time. make a line like :
 
  @reboot                 ./.autorestart

and put any commands you like in an .autorestart script file in your
home directory. Its what I do to start mprime.

Heath Volmer wrote:
> I'm fairly sure that I can get my Ubuntu server to run the mprime  
> programs in the background at startup (although some advice is  
> welcome).  My concern is since this server essentially runs headless,  
> I won't be able to see what activity is going on.  Can it be set up  
> to run into a log file or do I need to pipe it?  How am I notified of  
> important events?
>
> Right now mprime is running in a terminal on a different machine.   
> I'm not sure if backgrounding it and closing the terminal will kill  
> it or not...
>
>   

_______________________________________________
Prime mailing list
[email protected]
http://hogranch.com/mailman/listinfo/prime

Reply via email to