megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison 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 |
comparison
equal
deleted
inserted
replaced
94:c822d78a4b9e | 95:ae751affb613 |
---|---|
1 # this is the place where emby stores it's files | |
2 PROGRAMDATA="/var/lib/emby-server" | |
3 | |
4 # the user emby-server should be started as, be aware: | |
5 # - this is username and groupname as well | |
6 # - the folder defined in PROGRAMDATA needs to be owned by that user | |
7 # - /opt/emby-server needs be readable by this user! | |
8 EXEC_USER="emby" |