Mailing List archive

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

[linux-dvb] Re: some newbie questions concerning VDR 0.71 & DVB 0.82



Hi,

>> (3) As i just jumped into Linux again, after 10 years of not Unixing
 last
>> experience: machOS on NeXTStaion ) i have problems locating a proper
startup
>> script, where to initialize lirc, DVB driver and start the VDR demonized,
>> could you hint me to something ??
>
>I am using the following:
>
>#! /bin/sh
>cd /usr/local/DVB/driver
>make insmod
>while(true)
>do
>   date
>   cd /usr/local/VDR
>   su cko -c "/usr/local/VDR/vdr -v /video -c ."
alternatively you can add a entry to inittab like
dv:2345:respawn:/usr/local/VDR/vdr -v /video
then init takes care of restarting a program

hth
Klaus



--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index