View Single Post
Old 08-17-2018, 08:10 AM   #1
dator
Member
dator began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura HD
Unable to start calibre server

There is open thread to enable HTTPS on calibre server and I didn't want to spam it so I decided open this one.

I created self signed SSL certificate and when i try to start calibre server I get this error

Code:
xxxxx@xxxxxx:~$ sudo systemctl status calibre.service
● calibre.service - Calibre Service
   Loaded: error (Reason: Invalid argument)
   Active: inactive (dead)

Aug 17 13:43:25 xxxxxx systemd[1]: Stopped Calibre Service.
Aug 17 13:43:44 xxxxxx systemd[1]: [/lib/systemd/system/calibre.service:12] Missing '='.
This happens when I add this two lines to calibre.service file

Code:
--ssl-certfile /etc/apache2/ssl/apache.crt \
--ssl-keyfile /etc/apache2/ssl/apache.key \
dator is offline   Reply With Quote