View Single Post
Old 09-30-2016, 02:31 AM   #1
BoundforPNG
Member
BoundforPNG began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jun 2015
Device: Kindle
calibre-server not starting

I am running calibre-server from /etc/init/calibre-server.conf so it should start when the server starts. It was working but now it doesn't. I get no error message.
Quote:
description "Calibre (ebook manager) content server"
start on runlevel [2345]
stop on runlevel [^2345]

respawn

script
exec /usr/bin/calibre-server --with-library "/home/cts/calibre-library" --max-cover "300x400" --port "8035"
end script
I can run exec /usr/bin/calibre-server --with-library "/home/cts/calibre-library" from a command prompt and it works. Any ideas what to check for? I am pretty new to Linux and running the latest version of Ubuntu. It was working fine for a while but now it is broken.

Thanks,
Paul

Last edited by BoundforPNG; 09-30-2016 at 02:46 AM.
BoundforPNG is offline   Reply With Quote