[newbie] Starting on Boot

2004-04-09 Thread J.I. Evers

How do I start a program when i reboot my computer?

I have a computer that I don't physically have access to (but I can ssh
into it) and it gets restarted quite often by the people whom I entrusted
it too.  I would like YASC (Yet Another SETI Client) to run when the
computer gets rebooted, but all the tutorials I have found have been
complicated explanations about setting up a subsystem...bah, there has to
be a simplier way.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Starting on Boot

2004-04-09 Thread et
On Friday 09 April 2004 01:55 pm, J.I. Evers wrote:
 How do I start a program when i reboot my computer?

 I have a computer that I don't physically have access to (but I can ssh
 into it) and it gets restarted quite often by the people whom I entrusted
 it too.  I would like YASC (Yet Another SETI Client) to run when the
 computer gets rebooted, but all the tutorials I have found have been
 complicated explanations about setting up a subsystem...bah, there has to
 be a simplier way.
at least in MDK, put whatever command you use to start YASC in the last (or 
next to last) line in /etc/rc.d/rc.local, as root, with your favourite text 
editor, and save. 
-- 
linux counter #167806


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Starting on Boot

2004-04-09 Thread Stephen Kuhn
On Sat, 2004-04-10 at 03:55, J.I. Evers wrote:
 How do I start a program when i reboot my computer?
 
 I have a computer that I don't physically have access to (but I can ssh
 into it) and it gets restarted quite often by the people whom I entrusted
 it too.  I would like YASC (Yet Another SETI Client) to run when the
 computer gets rebooted, but all the tutorials I have found have been
 complicated explanations about setting up a subsystem...bah, there has to
 be a simplier way.

You can start the program from the /etc/rc.d/rc.local script

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
All the taxes paid over a lifetime by the average American are spent by
the government in less than a second. -- Jim Fiebig



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Starting on Boot

2004-04-09 Thread Glenn
On Friday 09 April 2004 11:55, J.I. Evers wrote:
 How do I start a program when i reboot my computer?

 I have a computer that I don't physically have access to (but I can ssh
 into it) and it gets restarted quite often by the people whom I entrusted
 it too.  I would like YASC (Yet Another SETI Client) to run when the
 computer gets rebooted, but all the tutorials I have found have been
 complicated explanations about setting up a subsystem...bah, there has to
 be a simplier way.

Here's the line I use in my rc.local file to restart my [EMAIL PROTECTED] client on 
the rare reboot:

su - glenn --command=cd /home/glenn/[EMAIL PROTECTED];./FAH4Console-Linux.exe 
/dev/null 21 

HTH (with the appropriate substitutions);

Glenn

-- 
23:04:31 up 47 min, running Mandrakelinux release 10.1 (Cooker) for i586, 
kernel 2.6.3-7mdk
Registered Linux user #324360

Immature poets imitate, mature poets steal.
-- T.S. Eliot, Philip Massinger
 ste


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com