diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-08 23:14:23 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-08 23:14:23 +0000 |
commit | e51474b1a0df70174e725a068f144e83832c7bdf (patch) | |
tree | a775e8627723b21a989c359fa68a8c50eb15377b /app-text/calibre/files/calibre-server-3.conf | |
parent | b70741fb6b8591e3b1e2dcc4c3074318c0e9574b (diff) |
app-text/calibre : import from gentoo tree, fix compiling against qt5.9 (cherry pick https://github.com/kovidgoyal/calibre/commit/82bd2e1a51df0650cb40894c5dc2b958f601a91d.patch)
Diffstat (limited to 'app-text/calibre/files/calibre-server-3.conf')
-rw-r--r-- | app-text/calibre/files/calibre-server-3.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/calibre/files/calibre-server-3.conf b/app-text/calibre/files/calibre-server-3.conf new file mode 100644 index 00000000..bb456e85 --- /dev/null +++ b/app-text/calibre/files/calibre-server-3.conf @@ -0,0 +1,13 @@ +# /etc/conf.d/calibre-server +# Change this to the user you want to run calibre-server as. +# You may specify a group too, after a colon +# NOTE: This must be set and not to root! +CALIBRE_USER= + +# Set the path of the library to serve. +# Defaults to the default location for CALIBRE_USER. +#CALIBRE_LIBRARY='<user home directory>/Calibre Library' + +# Extra options to pass to calibre-server. +# See the calibre-server man page for more options. +#CALIBRE_SERVER_OPTS="--userdb /srv/calibre/users.sqlite --enable-auth --worker-count 10 --port 8080" |