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.
annotate 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 |
rev | line source |
---|---|
95
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
1 # this is the place where emby stores it's files |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
2 PROGRAMDATA="/var/lib/emby-server" |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
3 |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
4 # the user emby-server should be started as, be aware: |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
5 # - this is username and groupname as well |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
6 # - the folder defined in PROGRAMDATA needs to be owned by that user |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
7 # - /opt/emby-server needs be readable by this user! |
ae751affb613
reworked init and config scripts for emby server as well as location of program files
gsnerf <gsnerf@gsnerf.de>
parents:
diff
changeset
|
8 EXEC_USER="emby" |