Lauri Tischler schrieb: > Where should I put commands to start VDR at boot. > Putting them in /etc/rc.boot is no good because > lircd has not started yet. > VDR needs to be the last thing to start at bootup. > > _______________________________________________ > vdr mailing list > vdr@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > How about /etc/inittab? Or maybe you got /etc/conf.d/local (depends on your distro). Or write an initscript for vdr that is executed after the lird-initscript. inittab approach: vdr:35:once:/usr/local/bin/runvdr