The below is my calibre-server.service file
[Unit]
Description=calibre content server
After=network.target
[Service]
Type=simple
User=craftyclown
Group=craftyclown
ExecStart=/opt/calibre/calibre-server --port=8082 /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
Is there something obvious I'm missing?
|