The "nohup" worked like a charm! Thanks, Matt
----- Original Message ----- From: "whenever" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 08, 2003 12:17 PM Subject: Re: [luau] Start process on server, I'm sure it can be done! > If you still need the script be in the foreground, you can use 'screen', start > your script then detach, re-attech when ever you want to. > > or > use 'nohup' to start the script, it will redirect the stdout/stderror to a > file, it will be running after you log off. > or > use cron, check if the process is running, start it if not. > or > place it in inittab, set the run level and respawn, depends on how you wrote > your script, it might not work with initd. > > > On Saturday 08 November 2003 11:39 am, Matthew John Darnell wrote: > > Aloha, > > > > I would like to start two perl scripts on the server and let them run. > > > > I can start them in an SSH session, but if my connection times out or is > > broken the scripts stops. > > > > From an SSH session can I start them on the Debian box itself so my > > computer doesn't matter? > > > > Thanks for the help! > > > > Aloha, > > Matt > > > > > > _______________________________________________ > > LUAU mailing list > > [EMAIL PROTECTED] > > http://videl.ics.hawaii.edu/mailman/listinfo/luau > > _______________________________________________ > LUAU mailing list > [EMAIL PROTECTED] > http://videl.ics.hawaii.edu/mailman/listinfo/luau > >
