From 548e24a2b3b034d42c5df6e801d1e83a2de61f6e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 25 Jul 2017 20:23:01 +0100 Subject: Update config files --- mythfs/etc/icebox.config | 7 ++++++- mythfs/etc/service.conf | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 mythfs/etc/service.conf 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 -- cgit v1.2.3