We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff media-tv/emby-server/files/emby-server.conf @ 95:ae751affb613

reworked init and config scripts for emby server as well as location of program files
author gsnerf <gsnerf@gsnerf.de>
date Sun, 12 Apr 2015 18:27:31 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-tv/emby-server/files/emby-server.conf	Sun Apr 12 18:27:31 2015 +0200
@@ -0,0 +1,8 @@
+# this is the place where emby stores it's files
+PROGRAMDATA="/var/lib/emby-server"
+
+# the user emby-server should be started as, be aware:
+# - this is username and groupname as well
+# - the folder defined in PROGRAMDATA needs to be owned by that user
+# - /opt/emby-server needs be readable by this user!
+EXEC_USER="emby"