View Single Post
Old 05-29-2016, 04:49 PM   #10
dom134
Member
dom134 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: May 2016
Device: none
eschwartz, thank you for your perseverance and patience with me - it all works!

On my calibre-service I had to change the Type from simple back to forking and then it all works. Just for completeness, my calibre-service is:
Quote:
[Unit]
Description=Calibre Service
After=network.target

[Service]
Type=forking
PIDFile=/var/run/calibre-server.pid
ExecStart=/usr/bin/calibre-server \
# --daemonize \
--max-cover=600x800 \
--max-opds-items=30 \
--max-opds-ungrouped-items=100 \
--url-prefix /calibre \
--username=dom134_reading \
--password=Password1 \
--port=8080 \
--pidfile=/var/run/calibre-server.pid \
--with-library=/Calibre/

[Install]
WantedBy=multi-user.target
Next time I will try and RTFM.

Regards dom134
dom134 is offline   Reply With Quote