So I think I'm making baby steps forwards, but I'm still not quite there.
I've now added --enable-local-write to my Calibre-server.service file and I've also removed xvfb-run from my crontab
So what I have right now is:
Quote:
[Unit]
Description=calibre content server
After=network.target
[Service]
Type=simple
User=craftyclown
Group=craftyclown
ExecStart=/opt/calibre/calibre-server --port=8082 --enable-local-write /home/craftyclown/Calibre/Library/Rich /home/craftyclown/Calibre/Library/Kate /home/craftyclown/Calibre/Library/Sonya /home/craftyclown/Calibre/Library/Mum
[Install]
WantedBy=multi-user.target
|
Quote:
*/10 * * * * calibredb add /home/craftyclown/Calibre/New/Sonya -r --with-library /home/craftyclown/Calibre/Library/Sonya && rm /home/craftyclown/Calibre/Library/Sonya
|
any obvious mistakes people can see?