View Single Post
Old 06-29-2017, 01:40 PM   #4
dom134
Member
dom134 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: May 2016
Device: none
Thumbs up

Thanks eschwarz, it works a treat!

In the end I passed the path to the user database, and it all works now.
This is my file:

[Unit]
Description=Calibre Service
After=network.target

[Service]
ExecStart=/usr/bin/calibre-server \
--url-prefix /calibre \
--port=8080 \
--enable-auth \
--access-log=/any_path/.local/share/calibre.log \
--userdb=/home/me/.config/calibre/server-users.sqlite \
/Calibre

[Install]
WantedBy=default.target
dom134 is offline   Reply With Quote