From dc98a3cf02627e4ea4fe9ea9a2b4354c7a983b5f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Jul 2018 22:54:06 +0100 Subject: app-text/calibre : import from gentoo tree, fix ebuild to avoid sandbox violations --- app-text/calibre/files/calibre-server-3.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-text/calibre/files/calibre-server-3.conf (limited to 'app-text/calibre/files/calibre-server-3.conf') 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='/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" -- cgit v1.2.3