Mailing List archive

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

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



Am Samstag, 9. August 2003 15:08 schrieb Rene Bartsch:
> 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

You mean

startvdr&
startvdradmin

 ;)

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

If vdr ist started in a runlevelscript, one just needs to do the same for 
vdradmin and let vdradmin start later then vdr. 

Steffen


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



Home | Main Index | Thread Index