diff options
-rw-r--r-- | p2pvr/etc/p2pvrcd/icebox.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/p2pvr/etc/p2pvrcd/icebox.config b/p2pvr/etc/p2pvrcd/icebox.config index f79bda1..319b089 100644 --- a/p2pvr/etc/p2pvrcd/icebox.config +++ b/p2pvr/etc/p2pvrcd/icebox.config @@ -1,7 +1,7 @@ -IceBox.Service.P2PVRCD=p2pvrcd:createIceTrayService +IceBox.Service.CardDaemon=p2pvrcarddaemon:createIceTrayService IceBox.InheritProperties=1 -P2PVRCD.ThreadPool.Size=2 -P2PVRCD.ThreadPool.SizeMax=10 -P2PVRCD.Endpoints=tcp -p 10001 -p2pvr.localdevices.frontend = /dev/dvb/adapter0/frontend0 +CardDaemon.ThreadPool.Size=2 +CardDaemon.ThreadPool.SizeMax=10 +CardDaemon.Endpoints=tcp -p 10001 +p2pvr.localdevices.frontend = /dev/dvb/adapter2/frontend0 |