here is the service file :
[Unit]
Description=Calibre Service
After=network.target
[Service]
Type=simple
User=howi
Group=howi
ExecStart=/usr/bin/calibre-server\
--daemonize\
--max-opds-items=30\
--max-opds-ungrouped-items=100\
--port 8080 \
--log=/opt/calibre/calibre.log \
--enable-auth \
/media/howi/cc730ce1-a103-420c-929f-f2f2854c8751/calbel
[Install]
WantedBy=multi-user.target
|