summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-08-24 10:25:45 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-08-24 10:25:45 +0100
commit988b9f111da8b2effcbf3f968f6149f978b97eb8 (patch)
tree3957506c7f5d78a8b2dab3d772d19c63e626cf47
parentAdd rule to install a debug version of card daemon (diff)
downloadp2pvr-988b9f111da8b2effcbf3f968f6149f978b97eb8.tar.bz2
p2pvr-988b9f111da8b2effcbf3f968f6149f978b97eb8.tar.xz
p2pvr-988b9f111da8b2effcbf3f968f6149f978b97eb8.zip
Fix card daemon config file
-rw-r--r--p2pvr/etc/p2pvrcd/icebox.config10
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