diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-25 20:23:01 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-25 20:23:01 +0100 |
commit | 548e24a2b3b034d42c5df6e801d1e83a2de61f6e (patch) | |
tree | e363ce42bca02d3c64c0e4b41c69bd3c50119dab | |
parent | Re-enable -flto and use newly named netfs-api.so (diff) | |
download | mythfs-548e24a2b3b034d42c5df6e801d1e83a2de61f6e.tar.bz2 mythfs-548e24a2b3b034d42c5df6e801d1e83a2de61f6e.tar.xz mythfs-548e24a2b3b034d42c5df6e801d1e83a2de61f6e.zip |
Update config filesmythfs-0.2.2.5
-rw-r--r-- | mythfs/etc/icebox.config | 7 | ||||
-rw-r--r-- | mythfs/etc/service.conf | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/mythfs/etc/icebox.config b/mythfs/etc/icebox.config index 30fe04b..1ccda40 100644 --- a/mythfs/etc/icebox.config +++ b/mythfs/etc/icebox.config @@ -1 +1,6 @@ -IceBox.Service.MythFS=mythfs:createIceTrayService --MythFS.ThreadPool.Size=2 --MythFS.ThreadPool.SizeMax=10 --MythFS.Database.ConnectionString="server=mysql;user=mythtv;database=mythconverg;password=mythpass" --MythFS.Endpoints="tcp -p 4001" +IceBox.Service.MythFS=mythfs:createIceTrayService +IceBox.InheritProperties=1 +MythFS.ThreadPool.Size=2 +MythFS.ThreadPool.SizeMax=10 +MythFS.Database.ConnectionString="server=mysql;user=mythtv;database=mythconverg;password=mythpass" +MythFS.Endpoints="tcp -p 4001" diff --git a/mythfs/etc/service.conf b/mythfs/etc/service.conf new file mode 100644 index 0000000..797276e --- /dev/null +++ b/mythfs/etc/service.conf @@ -0,0 +1,2 @@ +[Service] +User=mythtv |