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

view media-tv/emby-server-beta/files/emby-server-beta.conf @ 220:5fc6acd937e1

dev-vcs/kallithea: version bump to 0.3.6 (security update), masking <0.3.6
author Daniel Neugebauer <dneuge@energiequant.de>
date Sat, 29 Dec 2018 16:31:18 +0100
parents 58a9a20ec12f
children
line wrap: on
line source

# this is the place where emby stores it's files
PROGRAMDATA="/var/lib/emby-server-beta"

# 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"