diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-11-05 19:47:47 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-11-05 19:47:47 +0000 |
commit | c599eeda76e59a10324e30fa939278309a122aca (patch) | |
tree | 399516475f3515b23bc508ad4d317b8c93d58868 | |
parent | Fixes to workaround release date sometimes being an empty string :( (diff) | |
download | p2pvr-c599eeda76e59a10324e30fa939278309a122aca.tar.bz2 p2pvr-c599eeda76e59a10324e30fa939278309a122aca.tar.xz p2pvr-c599eeda76e59a10324e30fa939278309a122aca.zip |
Fix library name icebox.config
-rw-r--r-- | p2pvr/etc/p2pvrd/icebox.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/etc/p2pvrd/icebox.config b/p2pvr/etc/p2pvrd/icebox.config index 07ae1bc..4336b69 100644 --- a/p2pvr/etc/p2pvrd/icebox.config +++ b/p2pvr/etc/p2pvrd/icebox.config @@ -1,4 +1,4 @@ -IceBox.Service.P2PVRD=p2pvrd:createIceTrayService +IceBox.Service.P2PVRD=p2pvrdaemon:createIceTrayService IceBox.InheritProperties=1 P2PVRD.ThreadPool.Size=2 P2PVRD.ThreadPool.SizeMax=10 |