Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: System startup rundvar and vdradmind.pl



Am Sam, 2003-08-09 um 14.45 schrieb Stevie:

> vdr -c bla bla
> sleep 3 	#waits 3 seconds
> vdradmind.pl
> 
> Just an idea, I don't use vdradmind.pl at the moment!
> 

That won't work, as the next line/command in a script will only be
processed if the preceding has terminated.

Try it that way:

function startvdradmin() {
	sleep 10
	[path2vdradmin]/vdradmin.pl -nf
}


function startvdr() {
	bla bla bla
}


startvdradmin&
startvdr

I'm currently working on a init-script for Mandrake9.2.
Maybe I'll include vdradmin-startup.


-- 
Rene Bartsch
Faculties MNI
Computer Science 8th Semester
FH Giessen/Friedberg, Germany

Facsimile/Phone: +49 7 00/72 27 87 24
Mail:  rene@bartschnet.de



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index