diff options
-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 |